Java com.rabbitmq.client Envelope fields, constructors, methods, implement or subclass

Example usage for Java com.rabbitmq.client Envelope fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.rabbitmq.client Envelope.

The text is from its open source code.

Constructor

Envelope(long deliveryTag, boolean redeliver, String exchange, String routingKey)
Construct an Envelope with the specified construction parameters

Method

longgetDeliveryTag()
Get the delivery tag included in this parameter envelope
StringgetExchange()
Get the name of the exchange included in this parameter envelope
StringgetRoutingKey()
Get the routing key included in this parameter envelope
booleanisRedeliver()
Get the redelivery flag included in this parameter envelope.