Class LogEvents.Projection
- Namespace
- Stratara.Diagnostics
- Assembly
- Stratara.Diagnostics.dll
Projection worker event-IDs (104_000s).
public static class LogEvents.Projection
- Inheritance
-
LogEvents.Projection
- Inherited Members
Fields
EventsNotRelevantForProjection
Received event bundle does not contain events relevant to this projection.
public const int EventsNotRelevantForProjection = 104004
Field Value
PrecedingFactMissing
A bundle refers to an entity no projection has applied yet; it is retried (warning).
public const int PrecedingFactMissing = 104010
Field Value
ProjectionFailed
Projection failed processing an event bundle (error).
public const int ProjectionFailed = 104103
Field Value
ProjectionReplayBatchFailed
A projection-replay batch failed on one attempt and is retried under the replay-batch policy (warning).
public const int ProjectionReplayBatchFailed = 104011
Field Value
ProjectionReplayBatchPublished
One projection-replay batch published to the projection worker.
public const int ProjectionReplayBatchPublished = 104008
Field Value
ProjectionReplayCompleted
Projection replay session has completed.
public const int ProjectionReplayCompleted = 104006
Field Value
ProjectionReplayCoordinationInProcess
No shared coordination store is registered, so replay coordination is confined to this process (warning, once at start-up).
public const int ProjectionReplayCoordinationInProcess = 104012
Field Value
ProjectionReplayFailed
Projection replay failed (error).
public const int ProjectionReplayFailed = 104109
Field Value
ProjectionReplayRequestSubscriberFailed
A subscriber to the in-process replay-request channel failed; the other subscribers were still notified (warning).
public const int ProjectionReplayRequestSubscriberFailed = 104013
Field Value
ProjectionReplayStarted
Projection replay session has started.
public const int ProjectionReplayStarted = 104005
Field Value
ProjectionViewsTruncated
Projection views were truncated as part of replay setup.
public const int ProjectionViewsTruncated = 104007
Field Value
ProjectionWorkerStarted
Projection worker has started.
public const int ProjectionWorkerStarted = 104001
Field Value
ProjectionWorkerStopped
Projection worker has stopped.
public const int ProjectionWorkerStopped = 104002