public final class ExchangeUnbind extends Method
Method.CompletionListener| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE |
| Constructor and Description |
|---|
ExchangeUnbind() |
ExchangeUnbind(String queue,
String exchange,
String bindingKey,
Option... _options) |
| Modifier and Type | Method and Description |
|---|---|
ExchangeUnbind |
bindingKey(String value) |
ExchangeUnbind |
clearBindingKey() |
ExchangeUnbind |
clearExchange() |
ExchangeUnbind |
clearQueue() |
<C> void |
dispatch(C context,
MethodDelegate<C> delegate) |
ExchangeUnbind |
exchange(String value) |
String |
getBindingKey() |
byte |
getEncodedTrack() |
String |
getExchange() |
Map<String,Object> |
getFields() |
int |
getPackWidth() |
String |
getQueue() |
int |
getSizeWidth() |
int |
getStructType() |
boolean |
hasBindingKey() |
boolean |
hasExchange() |
boolean |
hasPayload() |
boolean |
hasQueue() |
boolean |
isConnectionControl() |
ExchangeUnbind |
queue(String value) |
void |
read(Decoder dec)
Decodes this encodable using the given decoder.
|
ExchangeUnbind |
setBindingKey(String value) |
ExchangeUnbind |
setExchange(String value) |
ExchangeUnbind |
setQueue(String value) |
void |
write(Encoder enc)
Encodes this encodable using the given encoder.
|
complete, create, delegate, getBody, getBodySize, getChannel, getHeader, getId, hasCompletionListener, isBatch, isSync, isUnreliable, setBody, setChannel, setCompletionListener, setHeader, setSync, toStringgetEncodedType, isDirty, setDirtypublic static final int TYPE
public final int getStructType()
getStructType in class Structpublic final int getSizeWidth()
getSizeWidth in class Structpublic final int getPackWidth()
getPackWidth in class Structpublic final boolean hasPayload()
hasPayload in class Methodpublic final byte getEncodedTrack()
getEncodedTrack in interface ProtocolEventgetEncodedTrack in class Methodpublic final boolean isConnectionControl()
public <C> void dispatch(C context,
MethodDelegate<C> delegate)
public final boolean hasQueue()
public final ExchangeUnbind clearQueue()
public final String getQueue()
public final ExchangeUnbind setQueue(String value)
public final ExchangeUnbind queue(String value)
public final boolean hasExchange()
public final ExchangeUnbind clearExchange()
public final String getExchange()
public final ExchangeUnbind setExchange(String value)
public final ExchangeUnbind exchange(String value)
public final boolean hasBindingKey()
public final ExchangeUnbind clearBindingKey()
public final String getBindingKey()
public final ExchangeUnbind setBindingKey(String value)
public final ExchangeUnbind bindingKey(String value)
public void write(Encoder enc)
Encodablepublic void read(Decoder dec)
EncodableCopyright © 2006–2018 The Apache Software Foundation. All rights reserved.