public final class ExchangeBound extends Method
Method.CompletionListener
Modifier and Type | Field and Description |
---|---|
static int |
TYPE |
Constructor and Description |
---|
ExchangeBound() |
ExchangeBound(String exchange,
String queue,
String bindingKey,
Map<String,Object> arguments,
Option... _options) |
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 ExchangeBound clearExchange()
public final String getExchange()
public final ExchangeBound setExchange(String value)
public final ExchangeBound exchange(String value)
public final boolean hasQueue()
public final ExchangeBound clearQueue()
public final String getQueue()
public final ExchangeBound setQueue(String value)
public final ExchangeBound queue(String value)
public final boolean hasBindingKey()
public final ExchangeBound clearBindingKey()
public final String getBindingKey()
public final ExchangeBound setBindingKey(String value)
public final ExchangeBound bindingKey(String value)
public final boolean hasArguments()
public final ExchangeBound clearArguments()
public final ExchangeBound setArguments(Map<String,Object> value)
public final ExchangeBound arguments(Map<String,Object> value)
public void write(Encoder enc)
Encodable
public void read(Decoder dec)
Encodable
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.