org.springframework.amqp.core
Class DirectExchange
java.lang.Object
org.springframework.amqp.core.AbstractExchange
org.springframework.amqp.core.DirectExchange
- All Implemented Interfaces:
- Exchange
public class DirectExchange
- extends AbstractExchange
Simple container collecting information to describe a direct exchange.
Used in conjunction with administrative operations.
- Author:
- Mark Pollack
- See Also:
AmqpAdmin
DEFAULT
public static final DirectExchange DEFAULT
DirectExchange
public DirectExchange(String name)
DirectExchange
public DirectExchange(String name,
boolean durable,
boolean autoDelete)
getType
public final String getType()
- Specified by:
getType
in interface Exchange
- Specified by:
getType
in class AbstractExchange
Copyright © 2011. All Rights Reserved.