public class IdExtractor
extends uk.co.real_logic.sbe.otf.AbstractTokenListener
| Modifier and Type | Field and Description |
|---|---|
static int |
NO_CORRELATION_ID |
static int |
NO_LIBRARY_ID |
| Constructor and Description |
|---|
IdExtractor() |
| Modifier and Type | Method and Description |
|---|---|
long |
correlationId() |
int |
decode(org.agrona.DirectBuffer buffer,
int offset,
int blockLength,
int actingVersion,
int templateId) |
int |
libraryId() |
void |
onEncoding(uk.co.real_logic.sbe.ir.Token fieldToken,
org.agrona.DirectBuffer buffer,
int bufferIndex,
uk.co.real_logic.sbe.ir.Token typeToken,
int actingVersion) |
public static final int NO_LIBRARY_ID
public static final int NO_CORRELATION_ID
public int decode(org.agrona.DirectBuffer buffer,
int offset,
int blockLength,
int actingVersion,
int templateId)
public void onEncoding(uk.co.real_logic.sbe.ir.Token fieldToken,
org.agrona.DirectBuffer buffer,
int bufferIndex,
uk.co.real_logic.sbe.ir.Token typeToken,
int actingVersion)
onEncoding in interface uk.co.real_logic.sbe.otf.TokenListeneronEncoding in class uk.co.real_logic.sbe.otf.AbstractTokenListenerpublic int libraryId()
public long correlationId()
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.