Class JaxRsStreamingOutputMessageBodyWriter<T extends StreamingOutput>

java.lang.Object
io.micronaut.jaxrs.common.JaxRsStreamingOutputMessageBodyWriter<T>
Type Parameters:
T - The steaming output
All Implemented Interfaces:
MessageBodyWriter<T>

@Prototype @Internal public final class JaxRsStreamingOutputMessageBodyWriter<T extends StreamingOutput> extends Object implements MessageBodyWriter<T>
The implementation of MessageBodyWriter for StreamingOutput.
Since:
4.6
Author:
Denis Stepanov