Uses of Class
com.rabbitmq.client.impl.AMQImpl.Queue.DeclareOk
-
Packages that use AMQImpl.Queue.DeclareOk Package Description com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes. -
-
Uses of AMQImpl.Queue.DeclareOk in com.rabbitmq.client.impl
Methods in com.rabbitmq.client.impl that return AMQImpl.Queue.DeclareOk Modifier and Type Method Description AMQImpl.Queue.DeclareOk
ChannelN. queueDeclare(String queue, boolean durable, boolean exclusive, boolean autoDelete, Map<String,Object> arguments)
Public API - Declare a queueAMQImpl.Queue.DeclareOk
ChannelN. queueDeclarePassive(String queue)
Public API - Declare a queue passively; i.e., check if it exists.Methods in com.rabbitmq.client.impl with parameters of type AMQImpl.Queue.DeclareOk Modifier and Type Method Description Object
AMQImpl.DefaultMethodVisitor. visit(AMQImpl.Queue.DeclareOk x)
Object
AMQImpl.MethodVisitor. visit(AMQImpl.Queue.DeclareOk x)
-