Uses of Interface
com.rabbitmq.client.AMQP.Queue.DeclareOk
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.
Implementation of connection and topology recovery.
-
Uses of AMQP.Queue.DeclareOk in com.rabbitmq.client
Modifier and TypeMethodDescriptionAMQP.Queue.DeclareOk.Builder.build()
Channel.queueDeclare()
Actively declare a server-named exclusive, autodelete, non-durable queue.Channel.queueDeclare
(String queue, boolean durable, boolean exclusive, boolean autoDelete, Map<String, Object> arguments) Declare a queueChannel.queueDeclarePassive
(String queue) Declare a queue passively; i.e., check if it exists. -
Uses of AMQP.Queue.DeclareOk in com.rabbitmq.client.impl
Modifier and TypeMethodDescriptionChannelN.queueDeclare()
Public API - Actively declare a server-named exclusive, autodelete, non-durable queue. -
Uses of AMQP.Queue.DeclareOk in com.rabbitmq.client.impl.recovery
Modifier and TypeMethodDescriptionAutorecoveringChannel.queueDeclare()
AutorecoveringChannel.queueDeclare
(String queue, boolean durable, boolean exclusive, boolean autoDelete, Map<String, Object> arguments) AutorecoveringChannel.queueDeclarePassive
(String queue)