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.DeleteOkChannelN. exchangeDelete(String exchange)Public API - Delete an exchange, without regard for whether it is in use or notAMQImpl.Exchange.DeleteOkChannelN. 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 ObjectAMQImpl.DefaultMethodVisitor. visit(AMQImpl.Exchange.DeleteOk x)ObjectAMQImpl.MethodVisitor. visit(AMQImpl.Exchange.DeleteOk x)
-