Uses of Class
com.rabbitmq.client.Envelope
Packages that use Envelope
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
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 EnvelopeModifier and TypeFieldDescriptionprivate final EnvelopeDelivery._envelopeprivate final EnvelopeGetResponse.envelopeprotected EnvelopeRpcClient.Response.envelopeMethods in com.rabbitmq.client that return EnvelopeModifier and TypeMethodDescriptionDelivery.getEnvelope()Retrieve the message envelope.GetResponse.getEnvelope()Get theEnvelopeincluded in this responseRpcClient.Response.getEnvelope()Methods in com.rabbitmq.client with parameters of type EnvelopeModifier and TypeMethodDescriptionvoidConsumer.handleDelivery(String consumerTag, Envelope envelope, AMQP.BasicProperties properties, byte[] body) Called when abasic.deliveris received for this consumer.voidDefaultConsumer.handleDelivery(String consumerTag, Envelope envelope, AMQP.BasicProperties properties, byte[] body) No-op implementation ofConsumer.handleDelivery(String, Envelope, AMQP.BasicProperties, byte[]).voidRpcServer.DefaultRpcConsumer.handleDelivery(String consumerTag, Envelope envelope, AMQP.BasicProperties properties, byte[] body) Constructors in com.rabbitmq.client with parameters of type EnvelopeModifierConstructorDescriptionDelivery(Envelope envelope, AMQP.BasicProperties properties, byte[] body) GetResponse(Envelope envelope, AMQP.BasicProperties props, byte[] body, int messageCount) Construct aGetResponsewith the specified construction parametersResponse(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 EnvelopeModifier and TypeMethodDescriptionvoidConsumerDispatcher.handleDelivery(Consumer delegate, String consumerTag, Envelope envelope, AMQP.BasicProperties properties, byte[] body)