Class RabbitMQDevServicesBuildTimeConfig.Binding
java.lang.Object
io.quarkus.smallrye.reactivemessaging.rabbitmq.deployment.RabbitMQDevServicesBuildTimeConfig.Binding
- Enclosing class:
- RabbitMQDevServicesBuildTimeConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionExtra 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 exchange to bind to. -
Constructor Summary
Constructors -
Method Summary
-
Field 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. -
arguments
Extra arguments for the binding definition.
-
-
Constructor Details
-
Binding
public Binding()
-