| Modifier and Type | Method and Description |
|---|---|
static ExchangeParameters.Builder |
ExchangeParameters.builder()
Returns a new
ExchangeParameters.Builder to construct ExchangeParameters. |
ExchangeParameters.Builder |
ExchangeParameters.Builder.defaultingToDeclare(boolean declare)
Sets whether the exchange should be declared by default if left unconfigured by
Properties. |
ExchangeParameters.Builder |
ExchangeParameters.Builder.defaultingToDefaultRoutingKey(String defaultRoutingKey)
Sets the default routing key to use for binding queues that have no other requirement (see
ExchangeParameters.getDefaultRoutingKey() for details). |
ExchangeParameters.Builder |
ExchangeParameters.Builder.defaultingToDurable(boolean durable)
Sets if the exchange should be declared durable by default if left unconfigured by
Properties. |
ExchangeParameters.Builder |
ExchangeParameters.Builder.defaultingToName(String name)
Sets the exchange name to default to if left unconfigured by
Properties. |
ExchangeParameters.Builder |
ExchangeParameters.Builder.defaultingToType(String type)
Sets the exchange type to default to if left unconfigured by
Properties. |
Copyright © 2025. All rights reserved.