org.springframework.amqp.core
Class FederatedExchange
java.lang.Object
org.springframework.amqp.core.AbstractDeclarable
org.springframework.amqp.core.AbstractExchange
org.springframework.amqp.core.FederatedExchange
- All Implemented Interfaces:
- Declarable, Exchange
Deprecated. Starting with version 3.0 RabbitMQ no longer supports
'x-federation' exchanges.
@Deprecated
public class FederatedExchange
- extends AbstractExchange
- Author:
- Gary Russell
- See Also:
AmqpAdmin
DEFAULT
public static final FederatedExchange DEFAULT
- Deprecated.
FederatedExchange
public FederatedExchange(String name)
- Deprecated.
FederatedExchange
public FederatedExchange(String name,
boolean durable,
boolean autoDelete)
- Deprecated.
FederatedExchange
public FederatedExchange(String name,
boolean durable,
boolean autoDelete,
Map<String,Object> arguments)
- Deprecated.
setBackingType
public void setBackingType(String backingType)
- Deprecated.
setUpstreamSet
public void setUpstreamSet(String upstreamSet)
- Deprecated.
getType
public final String getType()
- Deprecated.
- 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