public class SubscriptionReadyFlyweight extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
LENGTH
Length of the header.
|
| Constructor and Description |
|---|
SubscriptionReadyFlyweight() |
| Modifier and Type | Method and Description |
|---|---|
int |
channelStatusCounterId()
The channel status counter id.
|
SubscriptionReadyFlyweight |
channelStatusCounterId(int counterId)
Set channel status counter id field
|
long |
correlationId()
Get the correlation id field.
|
SubscriptionReadyFlyweight |
correlationId(long correlationId)
Set the correlation id field.
|
SubscriptionReadyFlyweight |
wrap(MutableDirectBuffer buffer,
int offset)
Wrap the buffer at a given offset for updates.
|
public static final int LENGTH
public final SubscriptionReadyFlyweight wrap(MutableDirectBuffer buffer, int offset)
buffer - to wrapoffset - at which the message begins.public long correlationId()
public SubscriptionReadyFlyweight correlationId(long correlationId)
correlationId - field value.public int channelStatusCounterId()
public SubscriptionReadyFlyweight channelStatusCounterId(int counterId)
counterId - field value.Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.