Skip to main content
Table of Contents

Class LogEvents.CommandProcessing

Namespace
Stratara.Diagnostics
Assembly
Stratara.Diagnostics.dll

Command-handling worker event-IDs (105_000s).

public static class LogEvents.CommandProcessing
Inheritance
LogEvents.CommandProcessing
Inherited Members

Fields

CommandEnvelopeIntegrityRejected

Command envelope carried a signature that did not verify, under Strict mode (rejected, payload dropped).

public const int CommandEnvelopeIntegrityRejected = 105104

Field Value

int

CommandEnvelopeIntegrityWarning

Command envelope carried a signature that did not verify, under Permissive mode (warning, payload still dispatched).

public const int CommandEnvelopeIntegrityWarning = 105003

Field Value

int

CommandEnvelopeUnsignedRejected

Command envelope carried no signature, under Strict mode (rejected, payload dropped).

public const int CommandEnvelopeUnsignedRejected = 105105

Field Value

int

CommandEnvelopeUnsignedWarning

Command envelope carried no signature, under Permissive mode (warning, payload still dispatched).

public const int CommandEnvelopeUnsignedWarning = 105004

Field Value

int

CommandWorkerLaneStarted

A command-worker lane (interactive or heavy) has bound to its topic/subscription.

public const int CommandWorkerLaneStarted = 105005

Field Value

int

CommandWorkerStarted

Command-handling worker has started.

public const int CommandWorkerStarted = 105001

Field Value

int

CommandWorkerStopped

Command-handling worker has stopped.

public const int CommandWorkerStopped = 105002

Field Value

int