Class JsonSequenceEntityProducer<T>

java.lang.Object
org.apache.hc.core5.jackson2.http.JsonSequenceEntityProducer<T>
Type Parameters:
T - type of objects used by this class.
All Implemented Interfaces:
EntityDetails, AsyncDataProducer, AsyncEntityProducer, ResourceHolder

public class JsonSequenceEntityProducer<T> extends Object implements AsyncEntityProducer
AsyncEntityProducer implementation that generates a message body containing serialized content of a sequence of JSON objects.
Since:
5.5