Table of Contents

Namespace Cratis.Chronicle.EventSequences

Classes

AppendError

Represents the concept of an error that can occur during appending of events.

AppendManyResult

Represents the result of an append many operation.

AppendResult

Represents the result of an append operation.

EventForEventSourceId

Represents an event and the EventSourceId it is for.

EventLog

Represents an implementation of IEventLog.

EventSequence

Represents an implementation of IEventSequence for gRPC.

EventSequenceId

Represents the unique identifier of an event sequence.

TransactionalEventSequence

Represents an implementation of ITransactionalEventSequence.

UnknownEventType

Exception that gets thrown when an event type is not marked with the EventTypeAttribute.

Interfaces

IEventLog

Defines a specialized version of an IEventSequence that is for the event log.

IEventSequence

Defines the client event sequence.

ITransactionalEventSequence

Defines a transactional event sequence.