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