Definition
Package: MessageHandler.EventSourcing
Assembly: MessageHandler.EventSourcing
Namespace: MessageHandler.EventSourcing
A checkpoint representing how far the outbox of an event stream has progressed
Constructors
| Constructor | Description |
|---|---|
| Checkpoint(string, string, Nullable |
Creates a new instance of Checkpoint. |
Properties
| Property | Description |
|---|---|
| StreamType | Gets the stream type |
| Owner | Gets the owner |
| Offset | Gets the offset |