org.springframework.amqp.core
Class FederatedExchange
java.lang.Object
org.springframework.amqp.core.AbstractExchange
org.springframework.amqp.core.FederatedExchange
- All Implemented Interfaces:
- Exchange
public class FederatedExchange
- extends AbstractExchange
- Author:
- Gary Russell
- See Also:
AmqpAdmin
DEFAULT
public static final FederatedExchange DEFAULT
FederatedExchange
public FederatedExchange(String name)
FederatedExchange
public FederatedExchange(String name,
boolean durable,
boolean autoDelete)
FederatedExchange
public FederatedExchange(String name,
boolean durable,
boolean autoDelete,
Map<String,Object> arguments)
setBackingType
public void setBackingType(String backingType)
setUpstreamSet
public void setUpstreamSet(String upstreamSet)
getType
public final String getType()
- Description copied from interface:
Exchange
- The type of the exchange. See
ExchangeTypes for some well-known examples.
- Specified by:
getType in interface Exchange- Specified by:
getType in class AbstractExchange
- Returns:
- the type of the exchange
Copyright © 2012. All Rights Reserved.