Uses of Class
com.rabbitmq.client.AMQP.Exchange.Declare.Builder
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
-
Uses of AMQP.Exchange.Declare.Builder in com.rabbitmq.client
Modifier and TypeMethodDescriptionAMQP.Exchange.Declare.Builder.autoDelete()
AMQP.Exchange.Declare.Builder.autoDelete
(boolean autoDelete) AMQP.Exchange.Declare.Builder.durable()
AMQP.Exchange.Declare.Builder.durable
(boolean durable) AMQP.Exchange.Declare.Builder.internal()
AMQP.Exchange.Declare.Builder.internal
(boolean internal) AMQP.Exchange.Declare.Builder.nowait()
AMQP.Exchange.Declare.Builder.nowait
(boolean nowait) AMQP.Exchange.Declare.Builder.passive()
AMQP.Exchange.Declare.Builder.passive
(boolean passive) AMQP.Exchange.Declare.Builder.ticket
(int ticket)