PersistencePluginProxyExtensionImpl
org.apache.pekko.persistence.journal.PersistencePluginProxyExtensionImpl
class PersistencePluginProxyExtensionImpl(system: ActorSystem) extends Extension
PersistencePluginProxyExtensionImpl is an Extension that enables initialization of the PersistencePluginProxy via configuration, without requiring any code changes or the creation of any actors.
Value parameters
- system
-
The actor system to initialize the extension for
Attributes
- Source
- PersistencePluginProxy.scala
- Graph
-
- Supertypes
In this article