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