public final class QueueDelete extends Method
Method.CompletionListener
Modifier and Type | Field and Description |
---|---|
static int |
TYPE |
Constructor and Description |
---|
QueueDelete() |
QueueDelete(String queue,
Option... _options) |
Modifier and Type | Method and Description |
---|---|
QueueDelete |
clearIfEmpty() |
QueueDelete |
clearIfUnused() |
QueueDelete |
clearQueue() |
<C> void |
dispatch(C context,
MethodDelegate<C> delegate) |
byte |
getEncodedTrack() |
Map<String,Object> |
getFields() |
boolean |
getIfEmpty() |
boolean |
getIfUnused() |
int |
getPackWidth() |
String |
getQueue() |
int |
getSizeWidth() |
int |
getStructType() |
boolean |
hasIfEmpty() |
boolean |
hasIfUnused() |
boolean |
hasPayload() |
boolean |
hasQueue() |
QueueDelete |
ifEmpty(boolean value) |
QueueDelete |
ifUnused(boolean value) |
boolean |
isConnectionControl() |
QueueDelete |
queue(String value) |
void |
read(Decoder dec)
Decodes this encodable using the given decoder.
|
QueueDelete |
setIfEmpty(boolean value) |
QueueDelete |
setIfUnused(boolean value) |
QueueDelete |
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, 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 hasQueue()
public final QueueDelete clearQueue()
public final String getQueue()
public final QueueDelete setQueue(String value)
public final QueueDelete queue(String value)
public final boolean hasIfUnused()
public final QueueDelete clearIfUnused()
public final boolean getIfUnused()
public final QueueDelete setIfUnused(boolean value)
public final QueueDelete ifUnused(boolean value)
public final boolean hasIfEmpty()
public final QueueDelete clearIfEmpty()
public final boolean getIfEmpty()
public final QueueDelete setIfEmpty(boolean value)
public final QueueDelete ifEmpty(boolean value)
public void write(Encoder enc)
Encodable
public void read(Decoder dec)
Encodable
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.