Package com.rabbitmq.client.amqp
Interface Management.BindingSpecification
- Enclosing interface:
Management
public static interface Management.BindingSpecification
Specification of a binding.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionBinding argument.Binding arguments.void
bind()
Create the binding.destinationExchange
(String exchange) The destination exchange.destinationQueue
(String queue) The destination queue.The binding key.sourceExchange
(String exchange) The source exchange.
-
Method Details
-
sourceExchange
The source exchange.- Parameters:
exchange
- exchange- Returns:
- the binding specification
-
destinationQueue
The destination queue.- Parameters:
queue
- queue- Returns:
- the binding specification
-
destinationExchange
The destination exchange.- Parameters:
exchange
- exchange- Returns:
- the binding specification
- See Also:
-
key
The binding key.- Parameters:
key
- binding key- Returns:
- the binding specification
-
argument
Binding argument.- Parameters:
key
- argument namevalue
- argument value- Returns:
- the binding specification
-
arguments
Binding arguments.- Parameters:
arguments
- arguments- Returns:
- the binding specification
-
bind
void bind()Create the binding.
-