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