Interface LoadEventQuery

    • Method Detail

      • loadEnvelope

        <Event> java.util.concurrent.CompletionStage<EventEnvelope<Event>> loadEnvelope​(java.lang.String persistenceId,
                                                                                        long sequenceNr)
        Load a single event on demand. The CompletionStage is completed with a NoSuchElementException if the event for the given persistenceId and sequenceNr doesn't exist.