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