Interface InboundMessageDispatcher


public interface InboundMessageDispatcher
INTERNAL API
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    dispatch(org.apache.pekko.actor.InternalActorRef recipient, Address recipientAddress, WireFormats.SerializedMessage serializedMessage, <any> senderOption)
     
  • Method Details