RuntimePluginConfig

org.apache.pekko.persistence.RuntimePluginConfig

Attributes

Source
Persistence.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

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

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

Attributes

Returns

an additional configuration used to configure the journal plugin.

Source
Persistence.scala

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

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

Attributes

Returns

an additional configuration used to configure the snapshot plugin.

Source
Persistence.scala