Package akka.persistence.journal
Class PersistencePluginProxyExtension
- java.lang.Object
- 
- akka.persistence.journal.PersistencePluginProxyExtension
 
- 
 public class PersistencePluginProxyExtension extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description PersistencePluginProxyExtension()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static Tapply(ActorSystem system)static Tapply(ClassicActorSystemProvider system)static PersistencePluginProxyExtensionImplcreateExtension(ExtendedActorSystem system)static booleanequals(java.lang.Object other)static PersistencePluginProxyExtensionImplget(ActorSystem system)static PersistencePluginProxyExtensionImplget(ClassicActorSystemProvider system)static inthashCode()static ExtensionId<? extends Extension>lookup()
 
- 
- 
- 
Method Detail- 
createExtensionpublic static PersistencePluginProxyExtensionImpl createExtension(ExtendedActorSystem system) 
 - 
lookuppublic static ExtensionId<? extends Extension> lookup() 
 - 
getpublic static PersistencePluginProxyExtensionImpl get(ActorSystem system) 
 - 
getpublic static PersistencePluginProxyExtensionImpl get(ClassicActorSystemProvider system) 
 - 
applypublic static T apply(ActorSystem system) 
 - 
applypublic static T apply(ClassicActorSystemProvider system) 
 - 
hashCodepublic static final int hashCode() 
 - 
equalspublic static final boolean equals(java.lang.Object other) 
 
- 
 
-