public interface OtfMessageAcceptor
| Modifier and Type | Method and Description |
|---|---|
MessageControl |
onComplete() |
boolean |
onError(ValidationError error,
long messageType,
int tagNumber,
AsciiFieldFlyweight value) |
MessageControl |
onField(int tag,
AsciiBuffer buffer,
int offset,
int length) |
MessageControl |
onGroupBegin(int tag,
int numInGroup,
int index)
Called at the beginning of each group entry.
|
MessageControl |
onGroupEnd(int tag,
int numInGroup,
int index)
Called at the end of each group entry
|
MessageControl |
onGroupHeader(int tag,
int numInGroup)
Called at the beginning of a repeating group.
|
MessageControl |
onNext() |
MessageControl onNext()
MessageControl onComplete()
MessageControl onField(int tag, AsciiBuffer buffer, int offset, int length)
MessageControl onGroupHeader(int tag, int numInGroup)
tag - the tag number of the field representing the number of elements, eg NoAllocsnumInGroup - the total number of elements in the groupMessageControl onGroupBegin(int tag, int numInGroup, int index)
tag - the tag number of the field representing the number of elements, eg NoAllocsnumInGroup - the total number of elements in the groupindex - the index of the element within the groupMessageControl onGroupEnd(int tag, int numInGroup, int index)
tag - the tag number of the field representing the number of elements, eg NoAllocsnumInGroup - the total number of elements in the groupindex - the index of the element within the groupboolean onError(ValidationError error, long messageType, int tagNumber, AsciiFieldFlyweight value)
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.