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) ... ... | +---------------------------------------------------------------+
LENGTH| Constructor and Description |
|---|
DestinationMessageFlyweight() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendChannel(Appendable appendable)
Append the channel value to an
Appendable. |
String |
channel()
Get the channel field in ASCII.
|
DestinationMessageFlyweight |
channel(String channel)
Set channel field in ASCII.
|
static int |
computeLength(int channelLength)
Compute the length of the command message for a given channel length.
|
int |
length()
Length of the frame in bytes.
|
long |
registrationCorrelationId()
return correlation id used in registration field.
|
DestinationMessageFlyweight |
registrationCorrelationId(long correlationId)
set registration correlation id field.
|
void |
validateLength(int msgTypeId,
int length)
Validate buffer length is long enough for message.
|
DestinationMessageFlyweight |
wrap(MutableDirectBuffer buffer,
int offset)
Wrap the buffer at a given offset for updates.
|
clientId, clientId, correlationId, correlationIdpublic DestinationMessageFlyweight wrap(MutableDirectBuffer buffer, int offset)
wrap in class CorrelatedMessageFlyweightbuffer - to wrap.offset - at which the message begins.public long registrationCorrelationId()
public DestinationMessageFlyweight registrationCorrelationId(long correlationId)
correlationId - field value.public String channel()
public void appendChannel(Appendable appendable)
Appendable.appendable - to append channel to.public DestinationMessageFlyweight channel(String channel)
channel - field valuepublic int length()
public void validateLength(int msgTypeId,
int length)
validateLength in class CorrelatedMessageFlyweightmsgTypeId - type of message.length - of message in bytes to validate.public static int computeLength(int channelLength)
channelLength - to be appended to the header.Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.