public abstract class ActorTransportAdapterManager
extends java.lang.Object
implements akka.actor.Actor, akka.dispatch.RequiresMessageQueue<akka.dispatch.UnboundedMessageQueueSemantics>
| Constructor and Description |
|---|
ActorTransportAdapterManager() |
| Modifier and Type | Method and Description |
|---|---|
protected Transport.AssociationEventListener |
associationListener() |
protected akka.actor.Address |
localAddress() |
protected long |
nextId() |
protected abstract scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> |
ready() |
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> |
receive() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitakka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, postStop, preRestart, preStart, self, sender, supervisorStrategy, unhandledprotected Transport.AssociationEventListener associationListener()
protected akka.actor.Address localAddress()
protected long nextId()
public scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive()
receive in interface akka.actor.Actorprotected abstract scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> ready()