Interface LoadEventQuery
- All Superinterfaces:
ReadJournal
EventsBySliceQuery that is using a timestamp based offset should also implement this query.
API May Change
-
Method Summary
Modifier and TypeMethodDescription<Event> CompletionStage<EventEnvelope<Event>>loadEnvelope(String persistenceId, long sequenceNr) Load a single event on demand.
-
Method Details
-
loadEnvelope
Load a single event on demand. TheCompletionStageis completed with aNoSuchElementExceptionif the event for the givenpersistenceIdandsequenceNrdoesn't exist.
-