Uses of Interface
com.rabbitmq.client.AMQP.Queue.DeclareOk
Packages that use 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
Methods in com.rabbitmq.client that return AMQP.Queue.DeclareOkModifier 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
Classes in com.rabbitmq.client.impl that implement AMQP.Queue.DeclareOkMethods in com.rabbitmq.client.impl that return AMQP.Queue.DeclareOkModifier 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
Methods in com.rabbitmq.client.impl.recovery that return AMQP.Queue.DeclareOkModifier and TypeMethodDescriptionAutorecoveringChannel.queueDeclare()
AutorecoveringChannel.queueDeclare
(String queue, boolean durable, boolean exclusive, boolean autoDelete, Map<String, Object> arguments) AutorecoveringChannel.queueDeclarePassive
(String queue) Methods in com.rabbitmq.client.impl.recovery with parameters of type AMQP.Queue.DeclareOkModifier and TypeMethodDescriptionprivate void
AutorecoveringChannel.recordQueue
(AMQP.Queue.DeclareOk ok, RecordedQueue q) private void
AutorecoveringChannel.recordQueue
(AMQP.Queue.DeclareOk ok, String queue, boolean durable, boolean exclusive, boolean autoDelete, Map<String, Object> arguments) (package private) void
AutorecoveringConnection.recordQueue
(AMQP.Queue.DeclareOk ok, RecordedQueue q)