Skip to content

Abblix.SharedSignals.LogEvents

LogEvents.Transmitter Class

The transmitter role: 2000-2099.

C#
public static class LogEvents.Transmitter

Inheritance System.Object → Transmitter

Fields

LogEvents.Transmitter.NoJwksUriAdvertised Field

The configuration document publishes no jwks_uri, so no receiver can verify an event.

C#
public const int NoJwksUriAdvertised = 2009;

Field Value

System.Int32

LogEvents.Transmitter.NoSubjectsIncludedByDefault Field

A new stream covers no subject, while a conformant receiver adds none.

C#
public const int NoSubjectsIncludedByDefault = 2012;

Field Value

System.Int32

LogEvents.Transmitter.OAuthSchemeNotAdvertised Field

The advertised authorization schemes omit OAuth 2.0, which the CAEP profile requires.

C#
public const int OAuthSchemeNotAdvertised = 2010;

Field Value

System.Int32

LogEvents.Transmitter.PushPassCutOff Field

A delivery pass outlived its claim and was cut off at the deadline.

C#
public const int PushPassCutOff = 2006;

Field Value

System.Int32

LogEvents.Transmitter.PushStreamClaimedElsewhere Field

Another instance holds this stream's delivery claim, so this one passed it by.

C#
public const int PushStreamClaimedElsewhere = 2005;

Field Value

System.Int32

LogEvents.Transmitter.PushStreamFailed Field

One stream's delivery failed; the sweep carried on with the rest.

C#
public const int PushStreamFailed = 2002;

Field Value

System.Int32

LogEvents.Transmitter.PushSweepFailed Field

A delivery sweep failed as a whole, and will be attempted again.

C#
public const int PushSweepFailed = 2001;

Field Value

System.Int32

LogEvents.Transmitter.PushSweepingStarted Field

This instance began sweeping push streams, and by what it claims them.

C#
public const int PushSweepingStarted = 2004;

Field Value

System.Int32

LogEvents.Transmitter.ReceiverObjected Field

The receiver objected to this transmitter rather than to the SET, so the queue is held.

C#
public const int ReceiverObjected = 2008;

Field Value

System.Int32

LogEvents.Transmitter.ScopeCheckingDisabled Field

No scope is checked on the management API, which the CAEP profile requires.

C#
public const int ScopeCheckingDisabled = 2011;

Field Value

System.Int32

LogEvents.Transmitter.SetsRefusedByReceiver Field

The receiver refused SETs on one pass, and said why.

C#
public const int SetsRefusedByReceiver = 2007;

Field Value

System.Int32

LogEvents.Transmitter.StreamNotReached Field

An event could not be queued for one stream; the fan-out reached the others.

C#
public const int StreamNotReached = 2003;

Field Value

System.Int32