public final class ExchangeDelete extends Method
Method.CompletionListener
Modifier and Type | Field and Description |
---|---|
static int |
TYPE |
Constructor and Description |
---|
ExchangeDelete() |
ExchangeDelete(String exchange,
Option... _options) |
Modifier and Type | Method and Description |
---|---|
ExchangeDelete |
clearExchange() |
ExchangeDelete |
clearIfUnused() |
<C> void |
dispatch(C context,
MethodDelegate<C> delegate) |
ExchangeDelete |
exchange(String value) |
byte |
getEncodedTrack() |
String |
getExchange() |
Map<String,Object> |
getFields() |
boolean |
getIfUnused() |
int |
getPackWidth() |
int |
getSizeWidth() |
int |
getStructType() |
boolean |
hasExchange() |
boolean |
hasIfUnused() |
boolean |
hasPayload() |
ExchangeDelete |
ifUnused(boolean value) |
boolean |
isConnectionControl() |
void |
read(Decoder dec)
Decodes this encodable using the given decoder.
|
ExchangeDelete |
setExchange(String value) |
ExchangeDelete |
setIfUnused(boolean 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, toString
getEncodedType, isDirty, setDirty
public static final int TYPE
public final int getStructType()
getStructType
in class Struct
public final int getSizeWidth()
getSizeWidth
in class Struct
public final int getPackWidth()
getPackWidth
in class Struct
public final boolean hasPayload()
hasPayload
in class Method
public final byte getEncodedTrack()
getEncodedTrack
in interface ProtocolEvent
getEncodedTrack
in class Method
public final boolean isConnectionControl()
public <C> void dispatch(C context, MethodDelegate<C> delegate)
public final boolean hasExchange()
public final ExchangeDelete clearExchange()
public final String getExchange()
public final ExchangeDelete setExchange(String value)
public final ExchangeDelete exchange(String value)
public final boolean hasIfUnused()
public final ExchangeDelete clearIfUnused()
public final boolean getIfUnused()
public final ExchangeDelete setIfUnused(boolean value)
public final ExchangeDelete ifUnused(boolean value)
public void write(Encoder enc)
Encodable
public void read(Decoder dec)
Encodable
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.