Uses of Package
io.smallrye.mutiny.groups
-
Packages that use io.smallrye.mutiny.groups Package Description io.smallrye.mutiny io.smallrye.mutiny.groups io.smallrye.mutiny.helpers.spies io.smallrye.mutiny.operators -
Classes in io.smallrye.mutiny.groups used by io.smallrye.mutiny Class Description MultiBroadcast Makes the upstreamMultibe able to broadcast its events (items,failure, andcompletion) to multiple subscribers.MultiCollect Collects / aggregates items from the upstream and send the resulting collection / structure when the upstream completes.MultiConvert Converts the upstream into another reactive type.MultiCreate Group methods allowing to createMultiinstances from various sources.MultiCreateBy Allows the creation of instances ofMultiby merging/combining/concatenating multiple upstreams.MultiGroup MultiIfNoItem MultiOnCancel MultiOnCompletion MultiOnFailure Configures the failure handler.MultiOnItem MultiOnRequest MultiOnSubscribe Group to configure the action to execute when the observedMultisends aSubscription.MultiOnTerminate MultiOverflow MultiSelect Selects items from the upstreamMulti.MultiSkip Skips items from the upstreamMulti.MultiSubscribe UniAwait Waits and returns the item emitted by theUni.UniCombine UniConvert UniCreate Group methods allowing to createUniinstances from various sources.UniIfNoItem UniJoin Join multipleUnis.UniMemoize UniOnCancel UniOnFailure Configures the failure handler.UniOnItem UniOnItemOrFailure UniOnSubscribe Group to configure the action to execute when the observedUnisends aUniSubscription.UniOnTerminate UniRepeat UniSubscribe Allow subscribing to aUnito be notified of the different events coming fromupstream. -
Classes in io.smallrye.mutiny.groups used by io.smallrye.mutiny.groups Class Description GeneratorEmitter Interface forMultigenerators, where items are being generated on subscription requests.MultiBroadcast Makes the upstreamMultibe able to broadcast its events (items,failure, andcompletion) to multiple subscribers.MultiCollect Collects / aggregates items from the upstream and send the resulting collection / structure when the upstream completes.MultiConcat MultiCreate Group methods allowing to createMultiinstances from various sources.MultiCreateBy Allows the creation of instances ofMultiby merging/combining/concatenating multiple upstreams.MultiFlatten The object to tune the flatMap operationMultiGroupIntoLists MultiGroupIntoMultis MultiIfEmpty MultiItemCombination MultiItemCombine2 MultiItemCombine3 MultiItemCombine4 MultiItemCombine5 MultiItemCombine6 MultiItemCombine7 MultiItemCombine8 MultiItemCombine9 MultiItemCombineIterable MultiMerge MultiOnItemTimeout MultiOverflowStrategy MultiRepetition MultiReplay Group to configure replaying aMultito multiple subscribers.MultiResource Allows configuring a finalizer to close the resource attached to the stream.MultiResourceUni Allows configuring a finalizer to close the resource attached to the stream.MultiRetry MultiTimePeriod UniAndGroup2 Configures the combination of 2unis.UniAndGroup3 UniAndGroup4 UniAndGroup5 UniAndGroup6 UniAndGroup7 UniAndGroup8 UniAndGroup9 UniAndGroupIterable UniAny UniAwaitOptional LikesUniAwaitbut wrapping the item event into anOptional.UniCombine UniCreate Group methods allowing to createUniinstances from various sources.UniJoin Join multipleUnis.UniJoin.Builder Builder to assembleUnireferences to be joined.UniJoin.JoinAllStrategy Defines how to deal with failures while joiningUnireferences withUniJoin.all(List).UniJoin.JoinAllStrategyTerminal Terminal interface forUniJoin.all(List)UniJoin.JoinFirstStrategy Defines how to deal with failures while joiningUnireferences withUniJoin.first(List)}.UniJoin.JoinFirstStrategyTerminal Terminal interface forUniJoin.first(List)UniOnItem UniOnItemDelay Configures the delay applied to the item emission.UniOnItemIgnore UniOnNotNull UniOnNull UniOnTimeout UniRepeat UniRetry UniZip -
Classes in io.smallrye.mutiny.groups used by io.smallrye.mutiny.helpers.spies Class Description MultiOverflowStrategy -
Classes in io.smallrye.mutiny.groups used by io.smallrye.mutiny.operators Class Description MultiBroadcast Makes the upstreamMultibe able to broadcast its events (items,failure, andcompletion) to multiple subscribers.MultiCollect Collects / aggregates items from the upstream and send the resulting collection / structure when the upstream completes.MultiConvert Converts the upstream into another reactive type.MultiGroup MultiIfNoItem MultiOnCancel MultiOnCompletion MultiOnFailure Configures the failure handler.MultiOnItem MultiOnRequest MultiOnSubscribe Group to configure the action to execute when the observedMultisends aSubscription.MultiOnTerminate MultiOverflow MultiSelect Selects items from the upstreamMulti.MultiSkip Skips items from the upstreamMulti.MultiSubscribe UniAwait Waits and returns the item emitted by theUni.UniConvert UniIfNoItem UniMemoize UniOnCancel UniOnFailure Configures the failure handler.UniOnItem UniOnItemOrFailure UniOnSubscribe Group to configure the action to execute when the observedUnisends aUniSubscription.UniOnTerminate UniRepeat UniSubscribe Allow subscribing to aUnito be notified of the different events coming fromupstream.