| ICurrentPersistenceIdsQueryCurrentPersistenceIds Method |
Same type of query as
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.
Namespace:
Akka.Persistence.Query
Assembly:
Akka.Persistence.Query (in Akka.Persistence.Query.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax Source<string, NotUsed> CurrentPersistenceIds()
abstract CurrentPersistenceIds : unit -> Source<string, NotUsed>
Return Value
Type:
SourceString,
NotUsed[Missing <returns> documentation for "M:Akka.Persistence.Query.ICurrentPersistenceIdsQuery.CurrentPersistenceIds"]
See Also