public final class MessageSetFlowMode extends Method
Method.CompletionListener
Modifier and Type | Field and Description |
---|---|
static int |
TYPE |
Constructor and Description |
---|
MessageSetFlowMode() |
MessageSetFlowMode(String destination,
MessageFlowMode flowMode,
Option... _options) |
Modifier and Type | Method and Description |
---|---|
MessageSetFlowMode |
clearDestination() |
MessageSetFlowMode |
clearFlowMode() |
MessageSetFlowMode |
destination(String value) |
<C> void |
dispatch(C context,
MethodDelegate<C> delegate) |
MessageSetFlowMode |
flowMode(MessageFlowMode value) |
String |
getDestination() |
byte |
getEncodedTrack() |
Map<String,Object> |
getFields() |
MessageFlowMode |
getFlowMode() |
int |
getPackWidth() |
int |
getSizeWidth() |
int |
getStructType() |
boolean |
hasDestination() |
boolean |
hasFlowMode() |
boolean |
hasPayload() |
boolean |
isConnectionControl() |
void |
read(Decoder dec)
Decodes this encodable using the given decoder.
|
MessageSetFlowMode |
setDestination(String value) |
MessageSetFlowMode |
setFlowMode(MessageFlowMode 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 MessageSetFlowMode()
public MessageSetFlowMode(String destination, MessageFlowMode flowMode, Option... _options)
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 hasDestination()
public final MessageSetFlowMode clearDestination()
public final String getDestination()
public final MessageSetFlowMode setDestination(String value)
public final MessageSetFlowMode destination(String value)
public final boolean hasFlowMode()
public final MessageSetFlowMode clearFlowMode()
public final MessageFlowMode getFlowMode()
public final MessageSetFlowMode setFlowMode(MessageFlowMode value)
public final MessageSetFlowMode flowMode(MessageFlowMode value)
public void write(Encoder enc)
Encodable
public void read(Decoder dec)
Encodable
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.