Class PerformativeEnvelope<V>

    • Constructor Detail

      • PerformativeEnvelope

        protected PerformativeEnvelope​(byte frameType)
    • Method Detail

      • getBody

        public V getBody()
        Returns:
        the decoded body of the performative that this envelope carries..
      • getChannel

        public int getChannel()
        Returns:
        the channel that the wrapped body and payload was sent on
      • getFrameType

        public byte getFrameType()
        Returns:
        the frame type that is assigned to this envelope
      • getPayload

        public ProtonBuffer getPayload()
        Returns:
        the binary payload that was delivered with this envelope