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