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

Field Summary
static String DIRECT
           
static String FANOUT
           
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
Constructor Detail

ExchangeTypes

public ExchangeTypes()

Spring AMQP

Copyright © 2011. All Rights Reserved.