Interface RabbitMQDevServicesBuildTimeConfig.Binding
- Enclosing interface:
RabbitMQDevServicesBuildTimeConfig
public static interface RabbitMQDevServicesBuildTimeConfig.Binding
-
Method Summary
Modifier and TypeMethodDescriptionExtra arguments for the binding definition.Destination exchange or queue to bind to.Destination type for binding: queue, exchange, etc.Routing key specification for the source exchange.source()Source exchange to bind to.vhost()What virtual host should the binding be associated with?
-
Method Details
-
source
Source exchange to bind to. Defaults to name of binding instance. -
routingKey
Routing key specification for the source exchange. -
destination
Destination exchange or queue to bind to. Defaults to name of binding instance. -
destinationType
Destination type for binding: queue, exchange, etc. -
vhost
What virtual host should the binding be associated with? -
arguments
Extra arguments for the binding definition.
-