Class RpcClient.Response

java.lang.Object
com.rabbitmq.client.RpcClient.Response
Enclosing class:
RpcClient

public static class RpcClient.Response extends Object
The response object is an envelope that contains all of the data provided to the `handleDelivery` consumer
  • Field Details

  • Constructor Details

  • Method Details

    • getConsumerTag

      public String getConsumerTag()
    • getEnvelope

      public Envelope getEnvelope()
    • getProperties

      public AMQP.BasicProperties getProperties()
    • getBody

      public byte[] getBody()