Class JaxRsStreamingResult<T>
java.lang.Object
se.fortnox.reactivewizard.jaxrs.response.JaxRsResult<T>
se.fortnox.reactivewizard.jaxrs.response.JaxRsStreamingResult<T>
-
Field Summary
Fields inherited from class se.fortnox.reactivewizard.jaxrs.response.JaxRsResult
EMPTY_RESPONSE, EMPTY_RESPONSE_MONO, headers, output, responseStatus, serializer -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class se.fortnox.reactivewizard.jaxrs.response.JaxRsResult
addHeader, doOnOutput, getResponseStatus, map
-
Constructor Details
-
JaxRsStreamingResult
-
-
Method Details
-
write
public org.reactivestreams.Publisher<Void> write(reactor.netty.http.server.HttpServerResponse response) Description copied from class:JaxRsResultWrite the response.- Overrides:
writein classJaxRsResult<T>- Parameters:
response- the response- Returns:
- empty publisher
-