Package com.rabbitmq.client.amqp
Interface Management.UnbindSpecification
- Enclosing interface:
Management
public static interface Management.UnbindSpecification
Unbind specification.
-
Method Summary
Modifier and TypeMethodDescriptionA binding argument.Set the binding arguments.destinationExchange
(String exchange) The destination exchange.destinationQueue
(String queue) The destination queue.The binding key.sourceExchange
(String exchange) The source exchange.void
unbind()
Delete the binding.
-
Method Details
-
sourceExchange
The source exchange.- Parameters:
exchange
- exchange- Returns:
- the unbind specification
-
destinationQueue
The destination queue.- Parameters:
queue
- queue- Returns:
- the unbind specification
-
destinationExchange
The destination exchange.- Parameters:
exchange
-- Returns:
- the unbind specification
- See Also:
-
key
The binding key.- Parameters:
key
- binding key- Returns:
- the unbind specification
-
argument
A binding argument.- Parameters:
key
- argument namevalue
- argument value- Returns:
- the unbind specification
-
arguments
Set the binding arguments.The argument map will replace any existing arguments.
- Parameters:
arguments
- arguments- Returns:
- the unbind specification
-
unbind
void unbind()Delete the binding.
-