Click or drag to resize
Akka.NETSqlReadJournal.CurrentPersistenceIds 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()

Return Value

Type: Source<String, NotUsed>

[Missing <returns> documentation for "M:Akka.Persistence.Query.Sql.SqlReadJournal.CurrentPersistenceIds"]

Implements

ICurrentPersistenceIdsQuery.CurrentPersistenceIds()
See Also