Package org.springframework.amqp.core
Class ExchangeTypes
java.lang.Object
org.springframework.amqp.core.ExchangeTypes
Constants for the standard Exchange type names.
- Author:
- Mark Fisher, Gary Russell
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
DIRECT
Direct exchange.- See Also:
-
TOPIC
Topic exchange.- See Also:
-
FANOUT
Fanout exchange.- See Also:
-
HEADERS
Headers exchange.- See Also:
-
SYSTEM
System exchange.- See Also:
-
-
Constructor Details
-
ExchangeTypes
public ExchangeTypes()
-