A B C D E F G I L M O P R S T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- apply(Multi<I>) - Method in interface io.smallrye.mutiny.streams.operators.ProcessingStage
-
Adapts the streams.
- apply(Multi<I>) - Method in interface io.smallrye.mutiny.streams.operators.TerminalStage
-
Creates the
CompletionStagecalled when the embedded logic has completed or failed. - apply(Multi<T>) - Static method in class io.smallrye.mutiny.streams.spi.Transformer
-
Calls the model.
B
- buildCompletion(Graph) - Method in class io.smallrye.mutiny.streams.Engine
- buildProcessor(Graph) - Method in class io.smallrye.mutiny.streams.Engine
- buildPublisher(Graph) - Method in class io.smallrye.mutiny.streams.Engine
- buildSubscriber(Graph) - Method in class io.smallrye.mutiny.streams.Engine
C
- cancel() - Method in class io.smallrye.mutiny.jakarta.streams.utils.WrappedSubscription
- cancelIfNotSubscribed() - Method in class io.smallrye.mutiny.jakarta.streams.utils.CancellablePublisher
- CancellablePublisher<T> - Class in io.smallrye.mutiny.jakarta.streams.utils
-
Wrapped a source publisher and make it cancellable on demand.
- CancellablePublisher(Publisher<T>) - Constructor for class io.smallrye.mutiny.jakarta.streams.utils.CancellablePublisher
- CancelStageFactory - Class in io.smallrye.mutiny.jakarta.streams.stages
-
Implementation of
Stage.Cancel. - CancelStageFactory() - Constructor for class io.smallrye.mutiny.jakarta.streams.stages.CancelStageFactory
- cast(ProcessingStage<?, ?>) - Static method in class io.smallrye.mutiny.jakarta.streams.utils.Casts
- cast(CompletionStage<?>) - Static method in class io.smallrye.mutiny.jakarta.streams.utils.Casts
- cast(Function<?, ?>) - Static method in class io.smallrye.mutiny.jakarta.streams.utils.Casts
- cast(Predicate<?>) - Static method in class io.smallrye.mutiny.jakarta.streams.utils.Casts
- cast(Processor<?, ?>) - Static method in class io.smallrye.mutiny.jakarta.streams.utils.Casts
- Casts - Class in io.smallrye.mutiny.jakarta.streams.utils
-
Cosmetic cast / generic / erasure fixes.
- CollectStageFactory - Class in io.smallrye.mutiny.jakarta.streams.stages
-
Implement the
Stage.Collectstage. - CollectStageFactory() - Constructor for class io.smallrye.mutiny.jakarta.streams.stages.CollectStageFactory
- ConcatStageFactory - Class in io.smallrye.mutiny.jakarta.streams.stages
-
Implementation of the
Stage.Concatstage. - ConcatStageFactory() - Constructor for class io.smallrye.mutiny.jakarta.streams.stages.ConcatStageFactory
- ConnectableProcessor<T> - Class in io.smallrye.mutiny.jakarta.streams.utils
-
A processor forwarding to a subscriber.
- ConnectableProcessor() - Constructor for class io.smallrye.mutiny.jakarta.streams.utils.ConnectableProcessor
- CoupledStageFactory - Class in io.smallrye.mutiny.jakarta.streams.stages
-
Implementation of the
Stage.Coupledstage. - CoupledStageFactory() - Constructor for class io.smallrye.mutiny.jakarta.streams.stages.CoupledStageFactory
- CouplingProcessor<I,O> - Class in io.smallrye.mutiny.jakarta.streams.utils
- CouplingProcessor(Publisher<I>, Subscriber<I>, Publisher<O>) - Constructor for class io.smallrye.mutiny.jakarta.streams.utils.CouplingProcessor
- create(Engine, Stage.Cancel) - Method in class io.smallrye.mutiny.jakarta.streams.stages.CancelStageFactory
- create(Engine, Stage.Collect) - Method in class io.smallrye.mutiny.jakarta.streams.stages.CollectStageFactory
- create(Engine, Stage.Concat) - Method in class io.smallrye.mutiny.jakarta.streams.stages.ConcatStageFactory
- create(Engine, Stage.Coupled) - Method in class io.smallrye.mutiny.jakarta.streams.stages.CoupledStageFactory
- create(Engine, Stage.Distinct) - Method in class io.smallrye.mutiny.jakarta.streams.stages.DistinctStageFactory
- create(Engine, Stage.DropWhile) - Method in class io.smallrye.mutiny.jakarta.streams.stages.DropWhileStageFactory
- create(Engine, Stage.Failed) - Method in class io.smallrye.mutiny.jakarta.streams.stages.FailedPublisherStageFactory
- create(Engine, Stage.Filter) - Method in class io.smallrye.mutiny.jakarta.streams.stages.FilterStageFactory
- create(Engine, Stage.FindFirst) - Method in class io.smallrye.mutiny.jakarta.streams.stages.FindFirstStageFactory
- create(Engine, Stage.FlatMap) - Method in class io.smallrye.mutiny.jakarta.streams.stages.FlatMapStageFactory
- create(Engine, Stage.FlatMapCompletionStage) - Method in class io.smallrye.mutiny.jakarta.streams.stages.FlatMapCompletionStageFactory
- create(Engine, Stage.FlatMapIterable) - Method in class io.smallrye.mutiny.jakarta.streams.stages.FlatMapIterableStageFactory
- create(Engine, Stage.FromCompletionStage) - Method in class io.smallrye.mutiny.jakarta.streams.stages.FromCompletionStageFactory
- create(Engine, Stage.FromCompletionStageNullable) - Method in class io.smallrye.mutiny.jakarta.streams.stages.FromCompletionStageNullableFactory
- create(Engine, Stage.Limit) - Method in class io.smallrye.mutiny.jakarta.streams.stages.LimitStageFactory
- create(Engine, Stage.Map) - Method in class io.smallrye.mutiny.jakarta.streams.stages.MapStageFactory
- create(Engine, Stage.Of) - Method in class io.smallrye.mutiny.jakarta.streams.stages.FromIterableStageFactory
- create(Engine, Stage.OnComplete) - Method in class io.smallrye.mutiny.jakarta.streams.stages.OnCompleteStageFactory
- create(Engine, Stage.OnError) - Method in class io.smallrye.mutiny.jakarta.streams.stages.OnErrorStageFactory
- create(Engine, Stage.OnErrorResume) - Method in class io.smallrye.mutiny.jakarta.streams.stages.OnErrorResumeStageFactory
- create(Engine, Stage.OnErrorResumeWith) - Method in class io.smallrye.mutiny.jakarta.streams.stages.OnErrorResumeWithStageFactory
- create(Engine, Stage.OnTerminate) - Method in class io.smallrye.mutiny.jakarta.streams.stages.OnTerminateStageFactory
- create(Engine, Stage.Peek) - Method in class io.smallrye.mutiny.jakarta.streams.stages.PeekStageFactory
- create(Engine, Stage.ProcessorStage) - Method in class io.smallrye.mutiny.jakarta.streams.stages.ProcessorStageFactory
- create(Engine, Stage.PublisherStage) - Method in class io.smallrye.mutiny.jakarta.streams.stages.FromPublisherStageFactory
- create(Engine, Stage.Skip) - Method in class io.smallrye.mutiny.jakarta.streams.stages.SkipStageFactory
- create(Engine, Stage.SubscriberStage) - Method in class io.smallrye.mutiny.jakarta.streams.stages.SubscriberStageFactory
- create(Engine, Stage.TakeWhile) - Method in class io.smallrye.mutiny.jakarta.streams.stages.TakeWhileStageFactory
- create(Engine, T) - Method in interface io.smallrye.mutiny.streams.operators.ProcessingStageFactory
-
Creates the instance.
- create(Engine, T) - Method in class io.smallrye.mutiny.streams.operators.ProcessorOperator
- create(Engine, T) - Method in class io.smallrye.mutiny.streams.operators.PublisherOperator
- create(Engine, T) - Method in interface io.smallrye.mutiny.streams.operators.PublisherStageFactory
-
Creates the instance.
- create(Engine, T) - Method in class io.smallrye.mutiny.streams.operators.TerminalOperator
- create(Engine, T) - Method in interface io.smallrye.mutiny.streams.operators.TerminalStageFactory
-
Creates the instance.
D
- DefaultSubscriberWithCompletionStage<T,R> - Class in io.smallrye.mutiny.jakarta.streams.utils
- DefaultSubscriberWithCompletionStage(Processor<T, T>, CompletionStage<R>) - Constructor for class io.smallrye.mutiny.jakarta.streams.utils.DefaultSubscriberWithCompletionStage
- DistinctStageFactory - Class in io.smallrye.mutiny.jakarta.streams.stages
-
Implementation of the
Stage.Distinctstage. - DistinctStageFactory() - Constructor for class io.smallrye.mutiny.jakarta.streams.stages.DistinctStageFactory
- DropWhileStageFactory - Class in io.smallrye.mutiny.jakarta.streams.stages
-
Implementation of the
Stage.DropWhilestage. - DropWhileStageFactory() - Constructor for class io.smallrye.mutiny.jakarta.streams.stages.DropWhileStageFactory
E
- Engine - Class in io.smallrye.mutiny.streams
- Engine() - Constructor for class io.smallrye.mutiny.streams.Engine
- ExecutionModel - Interface in io.smallrye.mutiny.streams.spi
F
- FailedPublisherStageFactory - Class in io.smallrye.mutiny.jakarta.streams.stages
-
Implementation of the
Stage.Failedstage. - FailedPublisherStageFactory() - Constructor for class io.smallrye.mutiny.jakarta.streams.stages.FailedPublisherStageFactory
- FilterStageFactory - Class in io.smallrye.mutiny.jakarta.streams.stages
-
Implementation of
Stage.Filterstage. - FilterStageFactory() - Constructor for class io.smallrye.mutiny.jakarta.streams.stages.FilterStageFactory
- FindFirstStageFactory - Class in io.smallrye.mutiny.jakarta.streams.stages
-
Implementation of the
Stage.FindFirststage. - FindFirstStageFactory() - Constructor for class io.smallrye.mutiny.jakarta.streams.stages.FindFirstStageFactory
- FlatMapCompletionStageFactory - Class in io.smallrye.mutiny.jakarta.streams.stages
-
Implementation of the
Stage.FlatMapCompletionStagestage. - FlatMapCompletionStageFactory() - Constructor for class io.smallrye.mutiny.jakarta.streams.stages.FlatMapCompletionStageFactory
- FlatMapIterableStageFactory - Class in io.smallrye.mutiny.jakarta.streams.stages
- FlatMapIterableStageFactory() - Constructor for class io.smallrye.mutiny.jakarta.streams.stages.FlatMapIterableStageFactory
- FlatMapStageFactory - Class in io.smallrye.mutiny.jakarta.streams.stages
-
Implementation of the
Stage.FlatMapstage. - FlatMapStageFactory() - Constructor for class io.smallrye.mutiny.jakarta.streams.stages.FlatMapStageFactory
- FromCompletionStageFactory - Class in io.smallrye.mutiny.jakarta.streams.stages
- FromCompletionStageFactory() - Constructor for class io.smallrye.mutiny.jakarta.streams.stages.FromCompletionStageFactory
- FromCompletionStageNullableFactory - Class in io.smallrye.mutiny.jakarta.streams.stages
- FromCompletionStageNullableFactory() - Constructor for class io.smallrye.mutiny.jakarta.streams.stages.FromCompletionStageNullableFactory
- FromIterableStageFactory - Class in io.smallrye.mutiny.jakarta.streams.stages
-
Implementation of the
Stage.Ofstage. - FromIterableStageFactory() - Constructor for class io.smallrye.mutiny.jakarta.streams.stages.FromIterableStageFactory
- FromPublisherStageFactory - Class in io.smallrye.mutiny.jakarta.streams.stages
-
Implementation of the
Stage.PublisherStagestage. - FromPublisherStageFactory() - Constructor for class io.smallrye.mutiny.jakarta.streams.stages.FromPublisherStageFactory
- future() - Method in class io.smallrye.mutiny.jakarta.streams.utils.WrappedSubscriber
G
- get() - Method in interface io.smallrye.mutiny.streams.operators.PublisherStage
- getCompletion() - Method in class io.smallrye.mutiny.jakarta.streams.utils.DefaultSubscriberWithCompletionStage
- getSubscriber() - Method in class io.smallrye.mutiny.jakarta.streams.utils.DefaultSubscriberWithCompletionStage
I
- io.smallrye.mutiny.jakarta.streams.stages - package io.smallrye.mutiny.jakarta.streams.stages
- io.smallrye.mutiny.jakarta.streams.utils - package io.smallrye.mutiny.jakarta.streams.utils
- io.smallrye.mutiny.streams - package io.smallrye.mutiny.streams
- io.smallrye.mutiny.streams.operators - package io.smallrye.mutiny.streams.operators
- io.smallrye.mutiny.streams.spi - package io.smallrye.mutiny.streams.spi
L
- LimitStageFactory - Class in io.smallrye.mutiny.jakarta.streams.stages
-
Implementation of the
Stage.Limitstage. - LimitStageFactory() - Constructor for class io.smallrye.mutiny.jakarta.streams.stages.LimitStageFactory
- lookup(T) - Static method in class io.smallrye.mutiny.jakarta.streams.stages.Stages
M
- MapStageFactory - Class in io.smallrye.mutiny.jakarta.streams.stages
-
Implementation of the
Stage.Mapstage. - MapStageFactory() - Constructor for class io.smallrye.mutiny.jakarta.streams.stages.MapStageFactory
O
- onComplete() - Method in class io.smallrye.mutiny.jakarta.streams.utils.ConnectableProcessor
- onComplete() - Method in class io.smallrye.mutiny.jakarta.streams.utils.WrappedProcessor
- onComplete() - Method in class io.smallrye.mutiny.jakarta.streams.utils.WrappedSubscriber
- OnCompleteStageFactory - Class in io.smallrye.mutiny.jakarta.streams.stages
-
Implementation of the
Stage.OnCompletestage. - OnCompleteStageFactory() - Constructor for class io.smallrye.mutiny.jakarta.streams.stages.OnCompleteStageFactory
- onError(Throwable) - Method in class io.smallrye.mutiny.jakarta.streams.utils.ConnectableProcessor
- onError(Throwable) - Method in class io.smallrye.mutiny.jakarta.streams.utils.WrappedProcessor
- onError(Throwable) - Method in class io.smallrye.mutiny.jakarta.streams.utils.WrappedSubscriber
- OnErrorResumeStageFactory - Class in io.smallrye.mutiny.jakarta.streams.stages
-
Implementation of the
Stage.OnErrorResumestage. - OnErrorResumeStageFactory() - Constructor for class io.smallrye.mutiny.jakarta.streams.stages.OnErrorResumeStageFactory
- OnErrorResumeWithStageFactory - Class in io.smallrye.mutiny.jakarta.streams.stages
-
Implementation of the
Stage.OnErrorResumeWithstage. - OnErrorResumeWithStageFactory() - Constructor for class io.smallrye.mutiny.jakarta.streams.stages.OnErrorResumeWithStageFactory
- OnErrorStageFactory - Class in io.smallrye.mutiny.jakarta.streams.stages
-
Implementation of the
Stage.OnErrorstage. - OnErrorStageFactory() - Constructor for class io.smallrye.mutiny.jakarta.streams.stages.OnErrorStageFactory
- onNext(T) - Method in class io.smallrye.mutiny.jakarta.streams.utils.ConnectableProcessor
- onNext(T) - Method in class io.smallrye.mutiny.jakarta.streams.utils.WrappedProcessor
- onNext(T) - Method in class io.smallrye.mutiny.jakarta.streams.utils.WrappedSubscriber
- onSubscribe(Subscription) - Method in class io.smallrye.mutiny.jakarta.streams.utils.ConnectableProcessor
- onSubscribe(Subscription) - Method in class io.smallrye.mutiny.jakarta.streams.utils.WrappedProcessor
- onSubscribe(Subscription) - Method in class io.smallrye.mutiny.jakarta.streams.utils.WrappedSubscriber
- OnTerminateStageFactory - Class in io.smallrye.mutiny.jakarta.streams.stages
-
Implementation of the
Stage.OnTerminatestage. - OnTerminateStageFactory() - Constructor for class io.smallrye.mutiny.jakarta.streams.stages.OnTerminateStageFactory
- Operator<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage> - Class in io.smallrye.mutiny.streams.operators
P
- PeekStageFactory - Class in io.smallrye.mutiny.jakarta.streams.stages
-
Implementation of the
Stage.Peekstage. - PeekStageFactory() - Constructor for class io.smallrye.mutiny.jakarta.streams.stages.PeekStageFactory
- ProcessingStage<I,O> - Interface in io.smallrye.mutiny.streams.operators
-
Defines a processing stage - so a stream transformation.
- ProcessingStageFactory<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage> - Interface in io.smallrye.mutiny.streams.operators
-
Factory to create
ProcessingStageinstances. - ProcessorOperator<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage> - Class in io.smallrye.mutiny.streams.operators
- ProcessorOperator(Class<T>, ProcessingStageFactory<T>) - Constructor for class io.smallrye.mutiny.streams.operators.ProcessorOperator
- ProcessorStageFactory - Class in io.smallrye.mutiny.jakarta.streams.stages
-
Implementation of the
Stage.ProcessorStagestage (viaoperators). - ProcessorStageFactory() - Constructor for class io.smallrye.mutiny.jakarta.streams.stages.ProcessorStageFactory
- PublisherOperator<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage> - Class in io.smallrye.mutiny.streams.operators
- PublisherOperator(Class<T>, PublisherStageFactory<T>) - Constructor for class io.smallrye.mutiny.streams.operators.PublisherOperator
- PublisherStage<O> - Interface in io.smallrye.mutiny.streams.operators
-
Specialization of the
ProcessingStagefor data sources (publishers). - PublisherStageFactory<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage> - Interface in io.smallrye.mutiny.streams.operators
-
Factory to create
PublisherStageinstances.
R
- request(long) - Method in class io.smallrye.mutiny.jakarta.streams.utils.WrappedSubscription
S
- SkipStageFactory - Class in io.smallrye.mutiny.jakarta.streams.stages
-
Implementation of the
Stage.Skipstage. - SkipStageFactory() - Constructor for class io.smallrye.mutiny.jakarta.streams.stages.SkipStageFactory
- Stages - Class in io.smallrye.mutiny.jakarta.streams.stages
-
Allows looking for the
Operatorfor a givenStage. - subscribe(Subscriber<? super O>) - Method in class io.smallrye.mutiny.jakarta.streams.utils.CouplingProcessor
- subscribe(Subscriber<? super T>) - Method in class io.smallrye.mutiny.jakarta.streams.utils.CancellablePublisher
- subscribe(Subscriber<? super T>) - Method in class io.smallrye.mutiny.jakarta.streams.utils.ConnectableProcessor
- subscribe(Subscriber<? super T>) - Method in class io.smallrye.mutiny.jakarta.streams.utils.WrappedProcessor
- SubscriberStageFactory - Class in io.smallrye.mutiny.jakarta.streams.stages
-
Implementation of the
Stage.SubscriberStagestage. - SubscriberStageFactory() - Constructor for class io.smallrye.mutiny.jakarta.streams.stages.SubscriberStageFactory
T
- TakeWhileStageFactory - Class in io.smallrye.mutiny.jakarta.streams.stages
-
Implementation of the
Stage.TakeWhilestage. - TakeWhileStageFactory() - Constructor for class io.smallrye.mutiny.jakarta.streams.stages.TakeWhileStageFactory
- TerminalOperator<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage> - Class in io.smallrye.mutiny.streams.operators
- TerminalOperator(Class<T>, TerminalStageFactory<T>) - Constructor for class io.smallrye.mutiny.streams.operators.TerminalOperator
- TerminalStage<I,O> - Interface in io.smallrye.mutiny.streams.operators
-
Defines a terminal stage - so a stream subscription and observation.
- TerminalStageFactory<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage> - Interface in io.smallrye.mutiny.streams.operators
-
Factory to create
TerminalStageinstances. - test(Stage) - Method in class io.smallrye.mutiny.streams.operators.Operator
- Transformer - Class in io.smallrye.mutiny.streams.spi
W
- WrappedProcessor<T> - Class in io.smallrye.mutiny.jakarta.streams.utils
-
Processor wrapping a publisher and subscriber, and connect them
- WrappedProcessor(Subscriber<T>, Publisher<T>) - Constructor for class io.smallrye.mutiny.jakarta.streams.utils.WrappedProcessor
- WrappedSubscriber<T> - Class in io.smallrye.mutiny.jakarta.streams.utils
- WrappedSubscriber(Subscriber<T>) - Constructor for class io.smallrye.mutiny.jakarta.streams.utils.WrappedSubscriber
- WrappedSubscription - Class in io.smallrye.mutiny.jakarta.streams.utils
All Classes All Packages