akka.event
Class AddressTerminatedTopic

java.lang.Object
  extended by akka.event.AddressTerminatedTopic
All Implemented Interfaces:
Extension

public final class AddressTerminatedTopic
extends java.lang.Object
implements Extension

INTERNAL API


Constructor Summary
AddressTerminatedTopic()
           
 
Method Summary
static AddressTerminatedTopic createExtension(ExtendedActorSystem system)
           
static AddressTerminatedTopic get(ActorSystem system)
           
static AddressTerminatedTopic$ lookup()
           
 void publish(AddressTerminated msg)
           
 void subscribe(ActorRef subscriber)
           
 void unsubscribe(ActorRef subscriber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressTerminatedTopic

public AddressTerminatedTopic()
Method Detail

get

public static AddressTerminatedTopic get(ActorSystem system)

lookup

public static AddressTerminatedTopic$ lookup()

createExtension

public static AddressTerminatedTopic createExtension(ExtendedActorSystem system)

subscribe

public void subscribe(ActorRef subscriber)

unsubscribe

public void unsubscribe(ActorRef subscriber)

publish

public void publish(AddressTerminated msg)