public class TopicExchange extends AbstractExchange
AmqpAdmin| Constructor and Description |
|---|
TopicExchange(String name) |
TopicExchange(String name,
boolean durable,
boolean autoDelete) |
TopicExchange(String name,
boolean durable,
boolean autoDelete,
Map<String,Object> arguments) |
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
The type of the exchange.
|
addArgument, getArguments, getName, isAutoDelete, isDurable, toStringgetDeclaringAdmins, setAdminsThatShouldDeclare, setShouldDeclare, shouldDeclareclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDeclaringAdmins, shouldDeclarepublic TopicExchange(String name)
public TopicExchange(String name, boolean durable, boolean autoDelete)
public final String getType()
ExchangeExchangeTypes for some well-known examples.getType in interface ExchangegetType in class AbstractExchange