public class ActorPublisherState$ extends java.lang.Object implements ExtensionId<ActorPublisherState>, ExtensionIdProvider
Modifier and Type | Field and Description |
---|---|
static ActorPublisherState$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
ActorPublisherState$() |
Modifier and Type | Method and Description |
---|---|
ActorPublisherState |
createExtension(ExtendedActorSystem system)
Is used by Akka to instantiate the Extension identified by this ExtensionId,
internal use only.
|
ActorPublisherState |
get(ActorSystem system)
Returns an instance of the extension identified by this ExtensionId instance.
|
ActorPublisherState$ |
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 ActorPublisherState$ MODULE$
public ActorPublisherState get(ActorSystem system)
ExtensionId
override def get(system: ActorSystem): TheExtension = super.get(system)
get
in interface ExtensionId<ActorPublisherState>
system
- (undocumented)public ActorPublisherState$ lookup()
ExtensionIdProvider
lookup
in interface ExtensionIdProvider
public ActorPublisherState createExtension(ExtendedActorSystem system)
ExtensionId
createExtension
in interface ExtensionId<ActorPublisherState>
system
- (undocumented)