public interface ActorClassification
Modifier and Type | Method and Description |
---|---|
boolean |
associate(ActorRef monitored,
ActorRef monitor) |
ActorRef |
classify(akka.event.EventBus.Event event)
Returns the Classifier associated with the specified Event
|
scala.collection.immutable.Iterable<ActorRef> |
dissociate(ActorRef monitored) |
boolean |
dissociate(ActorRef monitored,
ActorRef monitor) |
scala.collection.immutable.TreeSet<ActorRef> |
empty() |
java.util.concurrent.ConcurrentHashMap<ActorRef,scala.collection.immutable.TreeSet<ActorRef>> |
mappings() |
int |
mapSize()
This is a size hint for the number of Classifiers you expect to have (use powers of 2)
|
void |
publish(akka.event.EventBus.Event event) |
boolean |
subscribe(ActorRef subscriber,
ActorRef to) |
void |
unsubscribe(ActorRef subscriber) |
boolean |
unsubscribe(ActorRef subscriber,
ActorRef from) |
scala.collection.immutable.TreeSet<ActorRef> empty()
java.util.concurrent.ConcurrentHashMap<ActorRef,scala.collection.immutable.TreeSet<ActorRef>> mappings()
ActorRef classify(akka.event.EventBus.Event event)
int mapSize()
void publish(akka.event.EventBus.Event event)
void unsubscribe(ActorRef subscriber)