akka.remote
Interface InboundMessageDispatcher

All Known Implementing Classes:
DefaultMessageDispatcher

public interface InboundMessageDispatcher

INTERNAL API


Method Summary
 void dispatch(akka.actor.InternalActorRef recipient, akka.actor.Address recipientAddress, WireFormats.SerializedMessage serializedMessage, scala.Option<akka.actor.ActorRef> senderOption)
           
 

Method Detail

dispatch

void dispatch(akka.actor.InternalActorRef recipient,
              akka.actor.Address recipientAddress,
              WireFormats.SerializedMessage serializedMessage,
              scala.Option<akka.actor.ActorRef> senderOption)