Interface MessageBodyStreamWriter<T>

Type Parameters:
T - type or base type supported by the operator
All Superinterfaces:
MessageBodyOperator<MessageBodyWriterContext>
All Known Implementing Classes:
BodyPartBodyStreamWriter

public interface MessageBodyStreamWriter<T> extends MessageBodyOperator<MessageBodyWriterContext>
Conversion operator that generate HTTP payload from a stream of objects.