public class DirectExchange extends AbstractExchange
AmqpAdmin| 修飾子と型 | フィールドと説明 |
|---|---|
static DirectExchange | DEFAULT デフォルトの交換。 |
| コンストラクターと説明 |
|---|
DirectExchange(StringSE name) |
DirectExchange(StringSE name, boolean durable, boolean autoDelete) |
DirectExchange(StringSE name, boolean durable, boolean autoDelete, MapSE<StringSE, ObjectSE> arguments) |
| 修飾子と型 | メソッドと説明 |
|---|---|
StringSE | getType() 交換の型。 |
getName, isAutoDelete, isDelayed, isDurable, isInternal, setDelayed, setInternal, toStringaddArgument, getArguments, getDeclaringAdmins, isIgnoreDeclarationExceptions, removeArgument, setAdminsThatShouldDeclare, setIgnoreDeclarationExceptions, setShouldDeclare, shouldDeclarecloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEgetArgumentsaddArgument, getDeclaringAdmins, isIgnoreDeclarationExceptions, removeArgument, shouldDeclarepublic static final DirectExchange DEFAULT
public DirectExchange(StringSE name)
public DirectExchange(StringSE name, boolean durable, boolean autoDelete)
public final StringSE getType()
ExchangeExchangeTypes を参照してください。Exchange 内の getType AbstractExchange の getType