Class | Description |
---|---|
CustomJsonRequestOperation |
Sample update operation that demonstrates how to convert the input documents to a new format using a memory efficient
custom
Payload before sending to the target system. |
CustomJsonResponseOperation |
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. |