Abblix.SharedSignals.LogEvents
LogEvents.Transmitter Class
The transmitter role: 2000-2099.
public static class LogEvents.TransmitterInheritance System.Object → Transmitter
Fields
LogEvents.Transmitter.NoJwksUriAdvertised Field
The configuration document publishes no jwks_uri, so no receiver can verify an event.
public const int NoJwksUriAdvertised = 2009;Field Value
LogEvents.Transmitter.NoSubjectsIncludedByDefault Field
A new stream covers no subject, while a conformant receiver adds none.
public const int NoSubjectsIncludedByDefault = 2012;Field Value
LogEvents.Transmitter.OAuthSchemeNotAdvertised Field
The advertised authorization schemes omit OAuth 2.0, which the CAEP profile requires.
public const int OAuthSchemeNotAdvertised = 2010;Field Value
LogEvents.Transmitter.PushPassCutOff Field
A delivery pass outlived its claim and was cut off at the deadline.
public const int PushPassCutOff = 2006;Field Value
LogEvents.Transmitter.PushStreamClaimedElsewhere Field
Another instance holds this stream's delivery claim, so this one passed it by.
public const int PushStreamClaimedElsewhere = 2005;Field Value
LogEvents.Transmitter.PushStreamFailed Field
One stream's delivery failed; the sweep carried on with the rest.
public const int PushStreamFailed = 2002;Field Value
LogEvents.Transmitter.PushSweepFailed Field
A delivery sweep failed as a whole, and will be attempted again.
public const int PushSweepFailed = 2001;Field Value
LogEvents.Transmitter.PushSweepingStarted Field
This instance began sweeping push streams, and by what it claims them.
public const int PushSweepingStarted = 2004;Field Value
LogEvents.Transmitter.ReceiverObjected Field
The receiver objected to this transmitter rather than to the SET, so the queue is held.
public const int ReceiverObjected = 2008;Field Value
LogEvents.Transmitter.ScopeCheckingDisabled Field
No scope is checked on the management API, which the CAEP profile requires.
public const int ScopeCheckingDisabled = 2011;Field Value
LogEvents.Transmitter.SetsRefusedByReceiver Field
The receiver refused SETs on one pass, and said why.
public const int SetsRefusedByReceiver = 2007;Field Value
LogEvents.Transmitter.StreamNotReached Field
An event could not be queued for one stream; the fan-out reached the others.
public const int StreamNotReached = 2003;