Interface MessageBodyStreamReader<T>

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

public interface MessageBodyStreamReader<T> extends MessageBodyOperator<MessageBodyReaderContext>
Conversion operator that can convert HTTP payload into a stream of objects.
  • Method Details