Package org.apache.pekko.remote
Interface InboundMessageDispatcher
public interface InboundMessageDispatcher
INTERNAL API
-
Method Summary
Modifier and TypeMethodDescriptionvoiddispatch(org.apache.pekko.actor.InternalActorRef recipient, Address recipientAddress, WireFormats.SerializedMessage serializedMessage, <any> senderOption)
-
Method Details
-
dispatch
void dispatch(org.apache.pekko.actor.InternalActorRef recipient, Address recipientAddress, WireFormats.SerializedMessage serializedMessage, <any> senderOption)
-