public class PersistencePluginProxyExtension
extends java.lang.Object
Constructor and Description |
---|
PersistencePluginProxyExtension() |
Modifier and Type | Method and Description |
---|---|
static T |
apply(ActorSystem system) |
static PersistencePluginProxyExtensionImpl |
createExtension(ExtendedActorSystem system) |
static boolean |
equals(java.lang.Object other) |
static PersistencePluginProxyExtensionImpl |
get(ActorSystem system) |
static int |
hashCode() |
static ExtensionId<? extends Extension> |
lookup() |
public static PersistencePluginProxyExtensionImpl createExtension(ExtendedActorSystem system)
public static ExtensionId<? extends Extension> lookup()
public static PersistencePluginProxyExtensionImpl get(ActorSystem system)
public static T apply(ActorSystem system)
public static final int hashCode()
public static final boolean equals(java.lang.Object other)