public abstract static class SelectionHandler.SelectorBasedManager extends java.lang.Object implements Actor
Actor.emptyBehavior$, Actor.ignoringBehavior$
Constructor and Description |
---|
SelectorBasedManager(SelectionHandlerSettings selectorSettings,
int nrOfSelectors) |
Modifier and Type | Method and Description |
---|---|
ActorRef |
selectorPool() |
SupervisorStrategy |
supervisorStrategy()
User overridable definition the strategy to use for supervising
child actors.
|
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> |
workerForCommandHandler(scala.PartialFunction<SelectionHandler.HasFailureMessage,scala.Function1<ChannelRegistry,Props>> pf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, postStop, preRestart, preStart, receive, self, sender, unhandled
public SelectorBasedManager(SelectionHandlerSettings selectorSettings, int nrOfSelectors)
public SupervisorStrategy supervisorStrategy()
Actor
supervisorStrategy
in interface Actor
public ActorRef selectorPool()
public final scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> workerForCommandHandler(scala.PartialFunction<SelectionHandler.HasFailureMessage,scala.Function1<ChannelRegistry,Props>> pf)