Class LogEvents.EventBundleIntegrity
- Namespace
- Stratara.Diagnostics
- Assembly
- Stratara.Diagnostics.dll
Event-bundle integrity event-IDs (111_000s) — emitted by every worker that consumes EventBundles (projection, saga).
public static class LogEvents.EventBundleIntegrity
- Inheritance
-
LogEvents.EventBundleIntegrity
- Inherited Members
Fields
IntegrityRejected
Event bundle carried a signature that did not verify, under Strict mode (rejected, payload dropped).
public const int IntegrityRejected = 111104
Field Value
IntegrityWarning
Event bundle carried a signature that did not verify, under Permissive mode (warning, payload still dispatched).
public const int IntegrityWarning = 111003
Field Value
UnsignedRejected
Event bundle carried no signature, under Strict mode (rejected, payload dropped).
public const int UnsignedRejected = 111105
Field Value
UnsignedWarning
Event bundle carried no signature, under Permissive mode (warning, payload still dispatched).
public const int UnsignedWarning = 111004