| ActorClassifier |
Can be mixed into an EventBus to specify that the Classifier type is ActorRef
|
| ActorEventBus |
Represents an EventBus where the Subscriber type is ActorRef
|
| DiagnosticLoggingAdapter |
|
| EventBus |
Attempts to register the subscriber to the specified Classifier
|
| LoggerMessageQueueSemantics |
|
| Logging.LogEvent |
|
| Logging.LogEventWithCause |
|
| Logging.LogEventWithMarker |
|
| Logging.StdOutLogger |
|
| LoggingAdapter |
|
| LoggingBus |
Query currently set log level.
|
| LoggingFilter |
|
| LoggingFilterWithMarker |
|
| LogSource<T> |
|
| LookupClassification |
This is a size hint for the number of Classifiers you expect to have (use powers of 2)
|
| ManagedActorClassification |
The unsubscriber takes care of unsubscribing actors, which have terminated.
|
| PredicateClassifier |
Can be mixed into an EventBus to specify that the Classifier type is a Function from Event to Boolean (predicate)
|
| ScanningClassification |
Provides a total ordering of Classifiers (think java.util.Comparator.compare)
|
| SubchannelClassification |
The logic to form sub-class hierarchy
|