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