| Class | Description |
|---|---|
| CustomJsonPayloadOperation |
Sample update operation that demonstrates how to convert the response from a target system to a new format using a
memory efficient custom
Payload. |
| SizeLimitedBatchJsonOperation |
Sample update operation that builds a JSON array containing the input documents in a memory efficient manner.
|
| SizeLimitedJsonOperation |
Sample
SizeLimitedUpdateOperation that demonstrates binding the document input streams to JsonNode
instances. |
| SplitJsonResponseOperation |
Sample update operation that demonstrates the use of a
JsonSplitter to create multiple payloads from a single
stream in a memory efficient manner. |