Class PersistencePluginProxyExtensionImpl

java.lang.Object
org.apache.pekko.persistence.journal.PersistencePluginProxyExtensionImpl
All Implemented Interfaces:
Extension

public class PersistencePluginProxyExtensionImpl extends Object implements Extension
PersistencePluginProxyExtensionImpl is an Extension that enables initialization of the PersistencePluginProxy via configuration, without requiring any code changes or the creation of any actors. param: system The actor system to initialize the extension for
  • Constructor Details

    • PersistencePluginProxyExtensionImpl

      public PersistencePluginProxyExtensionImpl(ActorSystem system)