Uses of Interface
com.rabbitmq.client.AMQP.Exchange.UnbindOk
-
Packages that use AMQP.Exchange.UnbindOk Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes.com.rabbitmq.client.impl.recovery Implementation of connection and topology recovery. -
-
Uses of AMQP.Exchange.UnbindOk in com.rabbitmq.client
Methods in com.rabbitmq.client that return AMQP.Exchange.UnbindOk Modifier and Type Method Description AMQP.Exchange.UnbindOkAMQP.Exchange.UnbindOk.Builder. build()AMQP.Exchange.UnbindOkChannel. exchangeUnbind(String destination, String source, String routingKey)Unbind an exchange from an exchange, with no extra arguments.AMQP.Exchange.UnbindOkChannel. exchangeUnbind(String destination, String source, String routingKey, Map<String,Object> arguments)Unbind an exchange from an exchange. -
Uses of AMQP.Exchange.UnbindOk in com.rabbitmq.client.impl
Classes in com.rabbitmq.client.impl that implement AMQP.Exchange.UnbindOk Modifier and Type Class Description static classAMQImpl.Exchange.UnbindOk -
Uses of AMQP.Exchange.UnbindOk in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery that return AMQP.Exchange.UnbindOk Modifier and Type Method Description AMQP.Exchange.UnbindOkAutorecoveringChannel. exchangeUnbind(String destination, String source, String routingKey)AMQP.Exchange.UnbindOkAutorecoveringChannel. exchangeUnbind(String destination, String source, String routingKey, Map<String,Object> arguments)
-