Package akka.event
Class AddressTerminatedTopic
- java.lang.Object
-
- akka.event.AddressTerminatedTopic
-
-
Constructor Summary
Constructors Constructor Description AddressTerminatedTopic()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Tapply(ActorSystem system)static Tapply(ClassicActorSystemProvider system)static AddressTerminatedTopiccreateExtension(ExtendedActorSystem system)static booleanequals(java.lang.Object other)static AddressTerminatedTopicget(ActorSystem system)static AddressTerminatedTopicget(ClassicActorSystemProvider system)static inthashCode()static AddressTerminatedTopic$lookup()voidpublish(AddressTerminated msg)voidsubscribe(ActorRef subscriber)voidunsubscribe(ActorRef subscriber)
-
-
-
Method Detail
-
get
public static AddressTerminatedTopic get(ActorSystem system)
-
get
public static AddressTerminatedTopic get(ClassicActorSystemProvider system)
-
lookup
public static AddressTerminatedTopic$ lookup()
-
createExtension
public static AddressTerminatedTopic createExtension(ExtendedActorSystem system)
-
apply
public static T apply(ActorSystem system)
-
apply
public static T apply(ClassicActorSystemProvider system)
-
hashCode
public static final int hashCode()
-
equals
public static final boolean equals(java.lang.Object other)
-
subscribe
public void subscribe(ActorRef subscriber)
-
unsubscribe
public void unsubscribe(ActorRef subscriber)
-
publish
public void publish(AddressTerminated msg)
-
-