public class SubscriptionReadyFlyweight
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
LENGTH |
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(org.agrona.MutableDirectBuffer buffer,
int offset)
Wrap the buffer at a given offset for updates.
|
public static final int LENGTH
public final SubscriptionReadyFlyweight wrap(org.agrona.MutableDirectBuffer buffer, int offset)
buffer
- to wrapoffset
- at which the message begins.public long correlationId()
public SubscriptionReadyFlyweight correlationId(long correlationId)
correlationId
- field valuepublic int channelStatusCounterId()
public SubscriptionReadyFlyweight channelStatusCounterId(int counterId)
counterId
- field valueCopyright © 2014-2018 Real Logic Ltd. All Rights Reserved.