public class AkkaProtocolManager extends ActorTransportAdapterManager
Actor.emptyBehavior$, Actor.ignoringBehavior$
Constructor and Description |
---|
AkkaProtocolManager(Transport wrappedTransport,
AkkaProtocolSettings settings) |
Modifier and Type | Method and Description |
---|---|
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> |
ready() |
OneForOneStrategy |
supervisorStrategy()
User overridable definition the strategy to use for supervising
child actors.
|
associationListener, context, localAddress, nextId, receive, self
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, postRestart, postStop, preRestart, preStart, sender, unhandled
public AkkaProtocolManager(Transport wrappedTransport, AkkaProtocolSettings settings)
public OneForOneStrategy supervisorStrategy()
Actor
public scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> ready()
ready
in class ActorTransportAdapterManager