Interface ClientMessageInternal

All Superinterfaces:
ClientMessage, ICoreMessage, Message
All Known Subinterfaces:
ClientLargeMessageInternal
All Known Implementing Classes:
ClientLargeMessageImpl, ClientMessageImpl

public interface ClientMessageInternal extends ClientMessage
  • Method Details

    • getProperties

      TypedProperties getProperties()
    • getFlowControlSize

      int getFlowControlSize()
    • setFlowControlSize

      void setFlowControlSize(int flowControlSize)
    • onReceipt

      void onReceipt(ClientConsumerInternal consumer)
    • discardBody

      void discardBody()
    • isCompressed

      boolean isCompressed()