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, selfclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, postRestart, postStop, preRestart, preStart, sender, unhandledpublic AkkaProtocolManager(Transport wrappedTransport, AkkaProtocolSettings settings)
public OneForOneStrategy supervisorStrategy()
Actorpublic scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> ready()
ready in class ActorTransportAdapterManager