Modifier and Type | Field and Description |
---|---|
static int |
TYPE |
Constructor and Description |
---|
ReplyTo() |
ReplyTo(String exchange,
String routingKey) |
Modifier and Type | Method and Description |
---|---|
ReplyTo |
clearExchange() |
ReplyTo |
clearRoutingKey() |
boolean |
equals(Object obj) |
ReplyTo |
exchange(String value) |
byte |
getEncodedTrack() |
String |
getExchange() |
Map<String,Object> |
getFields() |
int |
getPackWidth() |
String |
getRoutingKey() |
int |
getSizeWidth() |
int |
getStructType() |
boolean |
hasExchange() |
int |
hashCode() |
boolean |
hasPayload() |
boolean |
hasRoutingKey() |
boolean |
isConnectionControl() |
void |
read(Decoder dec)
Decodes this encodable using the given decoder.
|
ReplyTo |
routingKey(String value) |
ReplyTo |
setExchange(String value) |
ReplyTo |
setRoutingKey(String value) |
void |
write(Encoder enc)
Encodes this encodable using the given encoder.
|
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()
public final byte getEncodedTrack()
public final boolean isConnectionControl()
public final boolean hasExchange()
public final ReplyTo clearExchange()
public final String getExchange()
public final boolean hasRoutingKey()
public final ReplyTo clearRoutingKey()
public final String getRoutingKey()
public void write(Encoder enc)
Encodable
public void read(Decoder dec)
Encodable
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.