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