Interface EventTimestampQuery

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      scala.concurrent.Future<scala.Option<java.time.Instant>> timestampOf​(java.lang.String persistenceId, long sequenceNr)  
    • Method Detail

      • timestampOf

        scala.concurrent.Future<scala.Option<java.time.Instant>> timestampOf​(java.lang.String persistenceId,
                                                                             long sequenceNr)