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