public class FanoutExchange extends AbstractExchange
AmqpAdmin
Constructor and Description |
---|
FanoutExchange(String name) |
FanoutExchange(String name,
boolean durable,
boolean autoDelete) |
FanoutExchange(String name,
boolean durable,
boolean autoDelete,
Map<String,Object> arguments) |
Modifier and Type | Method and Description |
---|---|
String |
getType()
The type of the exchange.
|
getName, isAutoDelete, isDelayed, isDurable, isInternal, setDelayed, setInternal, toString
addArgument, getArguments, getDeclaringAdmins, isIgnoreDeclarationExceptions, removeArgument, setAdminsThatShouldDeclare, setIgnoreDeclarationExceptions, setShouldDeclare, shouldDeclare
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getArguments
addArgument, getDeclaringAdmins, isIgnoreDeclarationExceptions, removeArgument, setAdminsThatShouldDeclare, shouldDeclare
public FanoutExchange(String name)
public FanoutExchange(String name, boolean durable, boolean autoDelete)
public final String getType()
Exchange
ExchangeTypes
for some well-known examples.getType
in interface Exchange
getType
in class AbstractExchange