org.springframework.amqp.core
Class ExchangeTypes
java.lang.Object
org.springframework.amqp.core.ExchangeTypes
public abstract class ExchangeTypes
- extends Object
Constants for the standard Exchange type names.
- Author:
- Mark Fisher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DIRECT
public static final String DIRECT
- See Also:
- Constant Field Values
TOPIC
public static final String TOPIC
- See Also:
- Constant Field Values
FANOUT
public static final String FANOUT
- See Also:
- Constant Field Values
HEADERS
public static final String HEADERS
- See Also:
- Constant Field Values
SYSTEM
public static final String SYSTEM
- See Also:
- Constant Field Values
ExchangeTypes
public ExchangeTypes()
Copyright © 2011. All Rights Reserved.