public class HeadersExchange extends AbstractExchange
Constructor and Description |
---|
HeadersExchange(String name) |
HeadersExchange(String name,
boolean durable,
boolean autoDelete) |
HeadersExchange(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, isDelayed, isDurable, isInternal, setDelayed, setInternal, toString
getDeclaringAdmins, isIgnoreDeclarationExceptions, setAdminsThatShouldDeclare, setIgnoreDeclarationExceptions, setShouldDeclare, shouldDeclare
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDeclaringAdmins, isIgnoreDeclarationExceptions, shouldDeclare
public HeadersExchange(String name)
public HeadersExchange(String name, boolean durable, boolean autoDelete)
public String getType()
Exchange
ExchangeTypes
for some well-known examples.getType
in interface Exchange
getType
in class AbstractExchange