Interface IEventSequence
TBD
Namespace: Akka.Persistence.Journal
Assembly: Akka.Persistence.dll
Syntax
public interface IEventSequence
Properties
| Improve this Doc View SourceEvents
TBD
Declaration
IEnumerable<object> Events { get; }
Property Value
Type | Description |
---|---|
IEnumerable<Object> |