Package akka.event
Interface ActorEventBus
-
- All Superinterfaces:
EventBus
- All Known Subinterfaces:
LoggingBus
- All Known Implementing Classes:
EventStream
public interface ActorEventBus extends EventBus
Represents an EventBus where the Subscriber type is ActorRef
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
compareSubscribers(ActorRef a, ActorRef b)
-
Methods inherited from interface akka.event.EventBus
publish, subscribe, unsubscribe, unsubscribe
-
-