Class SplitJsonResponseOperation

  • All Implemented Interfaces:
    Operation

    public class SplitJsonResponseOperation
    extends BaseUpdateOperation
    Sample update operation that demonstrates the use of a JsonSplitter to create multiple payloads from a single stream in a memory efficient manner. In this example, the root json document is assumed to be a json array. If the root document is an object, JsonArraySplitter can be used to split an array that is a top level property of the object.