Spring AMQP

org.springframework.amqp.core
Class ExchangeTypes

java.lang.Object
  extended by org.springframework.amqp.core.ExchangeTypes

public abstract class ExchangeTypes
extends Object

Constants for the standard Exchange type names.

Author:
Mark Fisher, Gary Russell

Field Summary
static String DIRECT
           
static String FANOUT
           
static String FEDERATED
          Deprecated.  
static String HEADERS
           
static String SYSTEM
           
static String TOPIC
           
 
Constructor Summary
ExchangeTypes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

FEDERATED

@Deprecated
public static final String FEDERATED
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

ExchangeTypes

public ExchangeTypes()

Spring AMQP