Interface CurrentPersistenceIdsQuery

  • All Superinterfaces:
    ReadJournal
    All Known Implementing Classes:
    LeveldbReadJournal

    public interface CurrentPersistenceIdsQuery
    extends ReadJournal
    Same type of query as PersistenceIdsQuery.persistenceIds() but the stream is completed immediately when it reaches the end of the "result set". Persistent actors that are created after the query is completed are not included in the stream.
    • Method Detail

      • currentPersistenceIds

        Source<java.lang.String,​NotUsed> currentPersistenceIds()