| IAllPersistenceIdsQueryAllPersistenceIds Method |
Query all
PersistentActor identifiers, i.e. as defined by the
`persistenceId` of the
PersistentActor.
The stream is not completed when it reaches the end of the currently used `persistenceIds`,
but it continues to push new `persistenceIds` when new persistent actors are created.
Corresponding query that is completed when it reaches the end of the currently
currently used `persistenceIds` is provided by
CurrentPersistenceIds.
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> AllPersistenceIds()
abstract AllPersistenceIds : unit -> Source<string, NotUsed>
Return Value
Type:
SourceString,
NotUsed[Missing <returns> documentation for "M:Akka.Persistence.Query.IAllPersistenceIdsQuery.AllPersistenceIds"]
See Also