public interface CurrentPersistenceIdsQuery extends ReadJournal
Modifier and Type | Method and Description |
---|---|
Source<java.lang.String,NotUsed> |
currentPersistenceIds()
Same type of query as
AllPersistenceIdsQuery.allPersistenceIds() but the stream
is completed immediately when it reaches the end of the "result set". |
Source<java.lang.String,NotUsed> currentPersistenceIds()
AllPersistenceIdsQuery.allPersistenceIds()
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.