public class AddressTerminatedTopic$ extends java.lang.Object implements ExtensionId<akka.event.AddressTerminatedTopic>, ExtensionIdProvider
Watchers of remote actor references register themselves as subscribers
of AddressTerminated
notifications. Remote and cluster
death watch publish AddressTerminated
when a remote system is deemed
dead.
Modifier and Type | Field and Description |
---|---|
static AddressTerminatedTopic$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
AddressTerminatedTopic$() |
Modifier and Type | Method and Description |
---|---|
akka.event.AddressTerminatedTopic |
createExtension(ExtendedActorSystem system)
Is used by Akka to instantiate the Extension identified by this ExtensionId,
internal use only.
|
akka.event.AddressTerminatedTopic |
get(ActorSystem system)
Returns an instance of the extension identified by this ExtensionId instance.
|
AddressTerminatedTopic$ |
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 AddressTerminatedTopic$ MODULE$
public akka.event.AddressTerminatedTopic get(ActorSystem system)
ExtensionId
override def get(system: ActorSystem): TheExtension = super.get(system)
get
in interface ExtensionId<akka.event.AddressTerminatedTopic>
public AddressTerminatedTopic$ lookup()
ExtensionIdProvider
lookup
in interface ExtensionIdProvider
public akka.event.AddressTerminatedTopic createExtension(ExtendedActorSystem system)
ExtensionId
createExtension
in interface ExtensionId<akka.event.AddressTerminatedTopic>