Package io.smallrye.mutiny
Interface GroupedMulti<K,T>
-
- Type Parameters:
K- the type of the keyT- the type of the items emitted by thisMulti
- All Superinterfaces:
Multi<T>,org.reactivestreams.Publisher<T>
- All Known Implementing Classes:
MultiGroupByOp.GroupedUnicast
public interface GroupedMulti<K,T> extends Multi<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Kkey()-
Methods inherited from interface io.smallrye.mutiny.Multi
broadcast, cache, call, call, collect, collectItems, concatMap, convert, emitOn, filter, flatMap, group, groupItems, invoke, invoke, invokeUni, map, on, onCancellation, onCompletion, onFailure, onFailure, onFailure, onItem, onOverflow, onRequest, onSubscribe, onTermination, plug, runSubscriptionOn, select, skip, stage, subscribe, then, toHotStream, toUni, transform
-
-
-
-
Method Detail
-
key
K key()
- Returns:
- the key associated with this
GroupedMulti
-
-