Class ExchangeTypes
java.lang.Object
org.springframework.amqp.core.ExchangeTypes
Constants for the standard Exchange type names.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConsistent Hash exchange.static final StringDirect exchange.static final StringFanout exchange.static final StringHeaders exchange.static final StringDeprecated, for removal: This API element is subject to removal in a future version.with no replacement (for removal): there is no such an exchange type in AMQP.static final StringTopic exchange. -
Method Summary
-
Field Details
-
DIRECT
-
TOPIC
-
FANOUT
-
HEADERS
-
CONSISTENT_HASH
-
SYSTEM
Deprecated, for removal: This API element is subject to removal in a future version.with no replacement (for removal): there is no such an exchange type in AMQP.System exchange.- See Also:
-