Package io.micronaut.http.netty.stream
Class JsonSubscriber
java.lang.Object
io.micronaut.http.netty.stream.JsonSubscriber
A Reactor subscriber used to handle JSON content. It delegates to an upstream subscriber, wrapping them with opening/closing brackets
where necessary.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
JsonSubscriber
public JsonSubscriber()
-
-
Method Details
-
lift
public static reactor.core.publisher.Flux<io.netty.handler.codec.http.HttpContent> lift(Publisher<io.netty.handler.codec.http.HttpContent> publisher)
-