Class TypedApiEntityConsumer.JsonApiEntityConsumer<T>

java.lang.Object
io.camunda.client.impl.http.TypedApiEntityConsumer.JsonApiEntityConsumer<T>
All Implemented Interfaces:
TypedApiEntityConsumer<T>
Enclosing interface:
TypedApiEntityConsumer<T>

public static class TypedApiEntityConsumer.JsonApiEntityConsumer<T> extends Object implements TypedApiEntityConsumer<T>
A TypedApiEntityConsumer implementation for handling JSON data. This consumer uses Jackson's non-blocking parser to incrementally parse JSON data as it is streamed.