public interface RxMessage
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RxMessage.State |
| Modifier and Type | Method and Description |
|---|---|
String |
getCorrelationId()
Returns correlation identifier by which this message can be referenced
|
RxMessage.State |
getState()
Returns serializable state of the message
|
byte[] |
toBytes()
Returns
byte[] representation of the message instance |
String getCorrelationId()
byte[] toBytes()
byte[] representation of the message instancebyte[] representation of the message instanceRxMessage.State getState()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.