Interface IAllEventsQuery
Namespace: Akka.Persistence.Query
Assembly: Akka.Persistence.Query.dll
Syntax
public interface IAllEventsQuery : IReadJournal
Methods
| Improve this Doc View SourceAllEvents(Offset)
Declaration
Source<EventEnvelope, NotUsed> AllEvents(Offset offset)
Parameters
Type | Name | Description |
---|---|---|
Offset | offset |
Returns
Type | Description |
---|---|
Source<EventEnvelope, NotUsed> |