Packages

t

akka.persistence

RuntimePluginConfig

trait RuntimePluginConfig extends AnyRef

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

Abstract Value Members

  1. abstract def journalPluginConfig: Config

    Additional configuration of the journal plugin servicing this persistent actor.

    Additional configuration of the journal plugin servicing this persistent actor. When empty, the whole configuration of the journal plugin will be taken from the Config loaded into the ActorSystem. When configured, the journal plugin configuration will be taken from this Config merged with the Config loaded into the ActorSystem.

    returns

    an additional configuration used to configure the journal plugin.

  2. abstract def snapshotPluginConfig: Config

    Additional configuration of the snapshot plugin servicing this persistent actor.

    Additional configuration of the snapshot plugin servicing this persistent actor. When empty, the whole configuration of the snapshot plugin will be taken from the Config loaded into the ActorSystem. When configured, the snapshot plugin configuration will be taken from this Config merged with the Config loaded into the ActorSystem.

    returns

    an additional configuration used to configure the snapshot plugin.