CurrentPersistenceIdsQuery

org.apache.pekko.persistence.query.javadsl.CurrentPersistenceIdsQuery

A plugin may optionally support this query by implementing this interface.

Attributes

Source
CurrentPersistenceIdsQuery.scala
Graph
Supertypes
trait ReadJournal
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

Same type of query as PersistenceIdsQuery#persistenceIds 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.

Same type of query as PersistenceIdsQuery#persistenceIds 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.

Attributes

Source
CurrentPersistenceIdsQuery.scala