Package akka.remote
Interface InboundMessageDispatcher
-
public interface InboundMessageDispatcher
INTERNAL API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dispatch(akka.actor.InternalActorRef recipient, Address recipientAddress, WireFormats.SerializedMessage serializedMessage, <any> senderOption)
-
-
-
Method Detail
-
dispatch
void dispatch(akka.actor.InternalActorRef recipient, Address recipientAddress, WireFormats.SerializedMessage serializedMessage, <any> senderOption)
-
-