public class OperationSucceededFlyweight
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected org.agrona.MutableDirectBuffer |
buffer |
static int |
LENGTH |
protected int |
offset |
| Constructor and Description |
|---|
OperationSucceededFlyweight() |
| Modifier and Type | Method and Description |
|---|---|
long |
correlationId()
return correlation id field
|
OperationSucceededFlyweight |
correlationId(long correlationId)
set correlation id field
|
OperationSucceededFlyweight |
wrap(org.agrona.MutableDirectBuffer buffer,
int offset)
Wrap the buffer at a given offset for updates.
|
public static final int LENGTH
protected org.agrona.MutableDirectBuffer buffer
protected int offset
public final OperationSucceededFlyweight wrap(org.agrona.MutableDirectBuffer buffer, int offset)
buffer - to wrapoffset - at which the message begins.public long correlationId()
public OperationSucceededFlyweight correlationId(long correlationId)
correlationId - field valueCopyright © 2014-2018 Real Logic Ltd. All Rights Reserved.