Interface RabbitMQDevServicesBuildTimeConfig.Exchange
- Enclosing interface:
RabbitMQDevServicesBuildTimeConfig
public static interface RabbitMQDevServicesBuildTimeConfig.Exchange
-
Method Summary
Modifier and TypeMethodDescriptionExtra arguments for the exchange definition.Should the exchange be deleted when all queues are finished using it?durable()Should the exchange remain after restarts?type()Type of exchange: direct, topic, headers, fanout, etc.vhost()What virtual host should the exchange be associated with?
-
Method 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? -
vhost
What virtual host should the exchange be associated with? -
arguments
Extra arguments for the exchange definition.
-