| Interface | Description |
|---|---|
| StreamingInput |
Input that is streamed as a set of token with values.
|
| StreamingOutput |
Adapter for streaming results in different output formats.
|
| Class | Description |
|---|---|
| AbstractStreamingInput | |
| BinaryInput |
Input for binary format.
|
| BinaryOutput |
Output for custom binary format.
|
| JsonInput |
Input for JSON.
|
| JsonOutput |
Streamer that outputs JSON.
|
| Enum | Description |
|---|---|
| Token |
Tokens that the input can return.
|
| ValueType |
Values that are supported by the streaming input and outputs.
|
Copyright © 2017. All rights reserved.