c

akka.persistence.query.typed

EventsBySliceFirehoseReadJournalProvider

final class EventsBySliceFirehoseReadJournalProvider extends ReadJournalProvider

Source
EventsBySliceFirehoseReadJournalProvider.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EventsBySliceFirehoseReadJournalProvider
  2. ReadJournalProvider
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new EventsBySliceFirehoseReadJournalProvider(system: ExtendedActorSystem, config: Config, cfgPath: String)

Value Members

  1. def javadslReadJournal(): EventsBySliceFirehoseQuery

    The ReadJournal implementation for the Java API.

    The ReadJournal implementation for the Java API. This corresponds to the instance that is returned by PersistenceQuery#getReadJournalFor.

    Definition Classes
    ReadJournalProvider
  2. def scaladslReadJournal(): EventsBySliceFirehoseQuery

    The ReadJournal implementation for the Scala API.

    The ReadJournal implementation for the Scala API. This corresponds to the instance that is returned by PersistenceQuery#readJournalFor.

    Definition Classes
    ReadJournalProvider