Uses of Class
com.rabbitmq.client.Envelope
-
Packages that use Envelope Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes. -
-
Uses of Envelope in com.rabbitmq.client
Fields in com.rabbitmq.client declared as Envelope Modifier and Type Field Description private EnvelopeDelivery. _envelopeprivate EnvelopeGetResponse. envelopeprotected EnvelopeRpcClient.Response. envelopeMethods in com.rabbitmq.client that return Envelope Modifier and Type Method Description EnvelopeDelivery. getEnvelope()Retrieve the message envelope.EnvelopeGetResponse. getEnvelope()Get theEnvelopeincluded in this responseEnvelopeRpcClient.Response. getEnvelope()Methods in com.rabbitmq.client with parameters of type Envelope Modifier and Type Method Description voidConsumer. handleDelivery(java.lang.String consumerTag, Envelope envelope, AMQP.BasicProperties properties, byte[] body)Called when abasic.deliveris received for this consumer.voidDefaultConsumer. handleDelivery(java.lang.String consumerTag, Envelope envelope, AMQP.BasicProperties properties, byte[] body)voidRpcServer.DefaultRpcConsumer. handleDelivery(java.lang.String consumerTag, Envelope envelope, AMQP.BasicProperties properties, byte[] body)Constructors in com.rabbitmq.client with parameters of type Envelope Constructor Description Delivery(Envelope envelope, AMQP.BasicProperties properties, byte[] body)GetResponse(Envelope envelope, AMQP.BasicProperties props, byte[] body, int messageCount)Construct aGetResponsewith the specified construction parametersResponse(java.lang.String consumerTag, Envelope envelope, AMQP.BasicProperties properties, byte[] body) -
Uses of Envelope in com.rabbitmq.client.impl
Methods in com.rabbitmq.client.impl with parameters of type Envelope Modifier and Type Method Description voidConsumerDispatcher. handleDelivery(Consumer delegate, java.lang.String consumerTag, Envelope envelope, AMQP.BasicProperties properties, byte[] body)
-