Package io.quarkus.vertx.web.runtime
Class NdjsonMulti<T>
java.lang.Object
io.smallrye.mutiny.operators.AbstractMulti<T>
io.quarkus.vertx.web.runtime.NdjsonMulti<T>
- Type Parameters:
T- the type of item.
- All Implemented Interfaces:
io.smallrye.mutiny.Multi<T>,Flow.Publisher<T>
public class NdjsonMulti<T>
extends io.smallrye.mutiny.operators.AbstractMulti<T>
Just a wrapped to capture the fact that the items must be written with newline delimited JSON.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.smallrye.mutiny.operators.AbstractMulti
broadcast, cache, capDemandsUsing, collect, convert, emitOn, group, ifNoItem, log, log, onCancellation, onCompletion, onFailure, onFailure, onFailure, onItem, onOverflow, onRequest, onSubscription, onTermination, paceDemand, runSubscriptionOn, select, skip, subscribe, subscribe, toHotStream, toUni, withContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.smallrye.mutiny.Multi
attachContext, call, call, capDemandsTo, concatMap, filter, flatMap, invoke, invoke, map, plug, split, stage
-
Constructor Details
-
NdjsonMulti
-
-
Method Details
-
subscribe
- Overrides:
subscribein classio.smallrye.mutiny.operators.AbstractMulti<T>
-