| SqlReadJournalCurrentPersistenceIds 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.Sql
Assembly:
Akka.Persistence.Query.Sql (in Akka.Persistence.Query.Sql.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Source<string, NotUsed> CurrentPersistenceIds()
abstract CurrentPersistenceIds : unit -> Source<string, NotUsed>
override CurrentPersistenceIds : unit -> Source<string, NotUsed>
Return Value
Type:
SourceString,
NotUsed[Missing <returns> documentation for "M:Akka.Persistence.Query.Sql.SqlReadJournal.CurrentPersistenceIds"]
Implements
ICurrentPersistenceIdsQueryCurrentPersistenceIdsSee Also