Interface LoadEventQuery

    • Method Detail

      • loadEnvelope

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