public class DestinationMessageFlyweight extends CorrelatedMessageFlyweight
0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Client ID | | | +---------------------------------------------------------------+ | Command Correlation ID | | | +---------------------------------------------------------------+ | Registration Correlation ID | | | +---------------------------------------------------------------+ | Channel Length | +---------------------------------------------------------------+ | Channel (ASCII) ... ... | +---------------------------------------------------------------+
buffer, CLIENT_ID_FIELD_OFFSET, CORRELATION_ID_FIELD_OFFSET, LENGTH, offset| Constructor and Description |
|---|
DestinationMessageFlyweight() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
channel()
Get the channel field in ASCII
|
DestinationMessageFlyweight |
channel(java.lang.String channel)
Set channel field in ASCII
|
int |
length() |
long |
registrationCorrelationId()
return correlation id used in registration field
|
DestinationMessageFlyweight |
registrationCorrelationId(long correlationId)
set registration correlation id field
|
clientId, clientId, correlationId, correlationId, wrappublic long registrationCorrelationId()
public DestinationMessageFlyweight registrationCorrelationId(long correlationId)
correlationId - field valuepublic java.lang.String channel()
public DestinationMessageFlyweight channel(java.lang.String channel)
channel - field valuepublic int length()
Copyright © 2014-2018 Real Logic Ltd. All Rights Reserved.