Interface InboundEnvelope

All Superinterfaces:
NoSerializationVerificationNeeded

public interface InboundEnvelope extends NoSerializationVerificationNeeded
INTERNAL API
  • Method Details

    • recipient

      <any> recipient()
    • sender

      <any> sender()
    • originUid

      long originUid()
    • association

      <any> association()
    • serializer

      int serializer()
    • classManifest

      String classManifest()
    • message

      Object message()
    • envelopeBuffer

      org.apache.pekko.remote.artery.EnvelopeBuffer envelopeBuffer()
    • flags

      byte flags()
    • flag

      boolean flag(org.apache.pekko.remote.artery.ByteFlag byteFlag)
    • withMessage

      InboundEnvelope withMessage(Object message)
    • releaseEnvelopeBuffer

      InboundEnvelope releaseEnvelopeBuffer()
    • withRecipient

      InboundEnvelope withRecipient(org.apache.pekko.actor.InternalActorRef ref)
    • lane

      int lane()
    • copyForLane

      InboundEnvelope copyForLane(int lane)