Uses of Class
com.rabbitmq.client.impl.AMQImpl.Exchange.DeleteOk
-
Packages that use AMQImpl.Exchange.DeleteOk Package Description com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes. -
-
Uses of AMQImpl.Exchange.DeleteOk in com.rabbitmq.client.impl
Methods in com.rabbitmq.client.impl that return AMQImpl.Exchange.DeleteOk Modifier and Type Method Description AMQImpl.Exchange.DeleteOk
ChannelN. exchangeDelete(String exchange)
Public API - Delete an exchange, without regard for whether it is in use or notAMQImpl.Exchange.DeleteOk
ChannelN. exchangeDelete(String exchange, boolean ifUnused)
Public API - Delete an exchangeMethods in com.rabbitmq.client.impl with parameters of type AMQImpl.Exchange.DeleteOk Modifier and Type Method Description Object
AMQImpl.DefaultMethodVisitor. visit(AMQImpl.Exchange.DeleteOk x)
Object
AMQImpl.MethodVisitor. visit(AMQImpl.Exchange.DeleteOk x)
-