Ir using a visitor pattern.See: Description
| Interface | Description |
|---|---|
| TokenListener |
Callback interface to be implemented by code wanting to decode messages on-the-fly.
|
| Class | Description |
|---|---|
| AbstractTokenListener |
Abstract
TokenListener that can be extended when not all callback methods are required. |
| OtfHeaderDecoder |
Used to decode a message header while doing on-the-fly decoding of a message stream.
|
| OtfMessageDecoder |
On-the-fly decoder that dynamically decodes messages based on the IR for a schema.
|
| Types |
Utility functions for applying over encoded types to help with on-the-fly (OTF) decoding.
|
Ir using a visitor pattern.Copyright © 2013-2024 Real Logic Limited. All Rights Reserved.