public class PersistencePluginProxyExtension$ extends java.lang.Object implements ExtensionId<PersistencePluginProxyExtensionImpl>, ExtensionIdProvider
| Modifier and Type | Field and Description |
|---|---|
static PersistencePluginProxyExtension$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
PersistencePluginProxyExtension$() |
| Modifier and Type | Method and Description |
|---|---|
PersistencePluginProxyExtensionImpl |
createExtension(ExtendedActorSystem system)
Is used by Akka to instantiate the Extension identified by this ExtensionId,
internal use only.
|
PersistencePluginProxyExtensionImpl |
get(ActorSystem system)
Returns an instance of the extension identified by this ExtensionId instance.
|
ExtensionId<? extends Extension> |
lookup()
Returns the canonical ExtensionId for this Extension
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, equals, hashCodepublic static final PersistencePluginProxyExtension$ MODULE$
public PersistencePluginProxyExtensionImpl createExtension(ExtendedActorSystem system)
ExtensionIdcreateExtension in interface ExtensionId<PersistencePluginProxyExtensionImpl>system - (undocumented)public ExtensionId<? extends Extension> lookup()
ExtensionIdProviderlookup in interface ExtensionIdProviderpublic PersistencePluginProxyExtensionImpl get(ActorSystem system)
ExtensionId
override def get(system: ActorSystem): TheExtension = super.get(system)
get in interface ExtensionId<PersistencePluginProxyExtensionImpl>system - (undocumented)