- Type Parameters:
K - the type of the key
T - the type of the items emitted by this Multi
- All Superinterfaces:
Flow.Publisher<T>, Multi<T>
public interface GroupedMulti<K,T>
extends Multi<T>
A specialization of
Multi used by the
group operation. It allows retrieving the computed key
associated with this
Multi
-
Method Summary
Methods inherited from interface io.smallrye.mutiny.Multi
attachContext, broadcast, cache, call, call, capDemandsTo, capDemandsUsing, collect, concatMap, convert, emitOn, emitOn, filter, flatMap, group, ifNoItem, invoke, invoke, log, log, map, onCancellation, onCompletion, onFailure, onFailure, onFailure, onItem, onOverflow, onRequest, onSubscription, onTermination, paceDemand, pauseDemand, plug, runSubscriptionOn, select, skip, split, stage, subscribe, toHotStream, toUni, withContext