Package io.quarkus.vertx.web.runtime
Class JsonArrayMulti<T>
java.lang.Object
io.smallrye.mutiny.operators.AbstractMulti<T>
io.quarkus.vertx.web.runtime.JsonArrayMulti<T>
- Type Parameters:
T- the type of item.
- All Implemented Interfaces:
io.smallrye.mutiny.Multi<T>,Flow.Publisher<T>
public class JsonArrayMulti<T>
extends io.smallrye.mutiny.operators.AbstractMulti<T>
Just a wrapped to capture the fact that the items must be written as JSON Array.
-
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
-
JsonArrayMulti
-
-
Method Details
-
subscribe
- Overrides:
subscribein classio.smallrye.mutiny.operators.AbstractMulti<T>
-