Uses of Package
io.smallrye.mutiny.groups
Packages that use io.smallrye.mutiny.groups
Package
Description
-
Classes in io.smallrye.mutiny.groups used by io.smallrye.mutinyClassDescriptionMakes the upstream
Multibe able to broadcast its events (items,failure, andcompletion) to multiple subscribers.Collects / aggregates items from the upstream and send the resulting collection / structure when the upstream completes.Converts the upstream into another reactive type.Group methods allowing to createMultiinstances from various sources.Allows the creation of instances ofMultiby merging/combining/concatenating multiple upstreams.Configures a pausableMultistream.Configures the failure handler.Group to configure the action to execute when the observedMultisends aFlow.Subscription.Selects items from the upstreamMulti.Skips items from the upstreamMulti.Waits and returns the item emitted by theUni.Group methods allowing to createUniinstances from various sources.Join multipleUnis.Configures the failure handler.Group to configure the action to execute when the observedUnisends aUniSubscription.Allow subscribing to aUnito be notified of the different events coming fromupstream. -
Classes in io.smallrye.mutiny.groups used by io.smallrye.mutiny.groupsClassDescriptionA Gatherer operator transforms a stream of items by accumulating them into an accumulator and extracting items from that accumulator when certain conditions are met.Builder for creating a
Gatherer.An extraction result containing the next accumulator and the next item to emit.The second step in the builder to gather items emitted by aMultiinto an accumulator.The third step in the builder to gather items emitted by aMultiinto an accumulator.The first step in the builder to gather items emitted by aMultiinto an accumulator.Interface forMultigenerators, where items are being generated on subscription requests.Makes the upstreamMultibe able to broadcast its events (items,failure, andcompletion) to multiple subscribers.Collects / aggregates items from the upstream and send the resulting collection / structure when the upstream completes.Group methods allowing to createMultiinstances from various sources.Allows the creation of instances ofMultiby merging/combining/concatenating multiple upstreams.Configures a pausableMultistream.The object to tune the flatMap operationA builder to gather items emitted by aMultiinto an accumulator.The second step in the builder to gather items emitted by aMultiinto an accumulator.The last step in the builder to gather items emitted by aMultiinto an accumulator.The first step in the builder to gather items emitted by aMultiinto an accumulator.Group to configure replaying aMultito multiple subscribers.Allows configuring a finalizer to close the resource attached to the stream.Allows configuring a finalizer to close the resource attached to the stream.Configures the combination of 2unis.Group methods allowing to createUniinstances from various sources.Join multipleUnis.Builder to assembleUnireferences to be joined.Defines how to deal with failures while joiningUnireferences withUniJoin.all(List).Terminal interface forUniJoin.all(List)Defines how to deal with failures while joiningUnireferences withUniJoin.first(List)}.Terminal interface forUniJoin.first(List)Configures the delay applied to the item emission. -
Classes in io.smallrye.mutiny.groups used by io.smallrye.mutiny.helpers.spies
-
Classes in io.smallrye.mutiny.groups used by io.smallrye.mutiny.operatorsClassDescriptionMakes the upstream
Multibe able to broadcast its events (items,failure, andcompletion) to multiple subscribers.Collects / aggregates items from the upstream and send the resulting collection / structure when the upstream completes.Converts the upstream into another reactive type.Configures a pausableMultistream.Configures the failure handler.Group to configure the action to execute when the observedMultisends aFlow.Subscription.Selects items from the upstreamMulti.Skips items from the upstreamMulti.Waits and returns the item emitted by theUni.Configures the failure handler.Group to configure the action to execute when the observedUnisends aUniSubscription.Allow subscribing to aUnito be notified of the different events coming fromupstream.