Class DefaultKeyedMulti<K,V>
java.lang.Object
io.smallrye.mutiny.operators.AbstractMulti<V>
io.smallrye.reactive.messaging.providers.helpers.DefaultKeyedMulti<K,V>
- Type Parameters:
K- type of keyV- type of value
- All Implemented Interfaces:
io.smallrye.mutiny.GroupedMulti<K,,V> io.smallrye.mutiny.Multi<V>,KeyedMulti<K,,V> Flow.Publisher<V>
public class DefaultKeyedMulti<K,V>
extends io.smallrye.mutiny.operators.AbstractMulti<V>
implements KeyedMulti<K,V>
The default implementation of
KeyedMulti-
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 java.util.concurrent.Flow.Publisher
subscribeMethods inherited from interface io.smallrye.mutiny.Multi
attachContext, broadcast, cache, call, call, capDemandsTo, capDemandsUsing, collect, concatMap, convert, emitOn, filter, flatMap, group, ifNoItem, invoke, invoke, log, log, map, onCancellation, onCompletion, onFailure, onFailure, onFailure, onItem, onOverflow, onRequest, onSubscription, onTermination, paceDemand, plug, runSubscriptionOn, select, skip, stage, subscribe, toHotStream, toUni, withContext