akka.remote
Interface InboundMessageDispatcher

All Known Implementing Classes:
DefaultMessageDispatcher

public interface InboundMessageDispatcher

INTERNAL API


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

Method Detail

dispatch

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