Abblix.SharedSignals.Model.TransmitterConfiguration
TransmitterConfiguration.DefaultSubjectBehaviors Class
The values the "default_subjects" member may carry (SSF 1.0 Section 7.1).
public static class TransmitterConfiguration.DefaultSubjectBehaviorsInheritance System.Object → DefaultSubjectBehaviors
Fields
TransmitterConfiguration.DefaultSubjectBehaviors.All Field
Any subject appropriate for the stream is on it by default; the receiver removes and re-adds subjects through the subject endpoints.
public const string All = "ALL";Field Value
TransmitterConfiguration.DefaultSubjectBehaviors.None Field
No subjects by default; only subjects the receiver adds produce events.
public const string None = "NONE";