Class RabbitMQDevServicesBuildTimeConfig.Exchange
java.lang.Object
io.quarkus.smallrye.reactivemessaging.rabbitmq.deployment.RabbitMQDevServicesBuildTimeConfig.Exchange
- Enclosing class:
- RabbitMQDevServicesBuildTimeConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionExtra arguments for the exchange definition.Should the exchange be deleted when all queues are finished using it?Should the exchange remain after restarts?Type of exchange: direct, topic, headers, fanout, etc. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
Type of exchange: direct, topic, headers, fanout, etc. -
autoDelete
Should the exchange be deleted when all queues are finished using it? -
durable
Should the exchange remain after restarts? -
arguments
Extra arguments for the exchange definition.
-
-
Constructor Details
-
Exchange
public Exchange()
-