Uses of Interface
tech.illuin.pipeline.step.result.ResultView
Packages that use ResultView
Package
Description
-
Uses of ResultView in tech.illuin.pipeline.builder.runner_compiler.argument_resolver.method_arguments
Methods in tech.illuin.pipeline.builder.runner_compiler.argument_resolver.method_arguments that return ResultViewModifier and TypeMethodDescriptionMethodArguments.resultView()
Returns the value of theresultView
record component.Constructors in tech.illuin.pipeline.builder.runner_compiler.argument_resolver.method_arguments with parameters of type ResultViewModifierConstructorDescriptionMethodArguments
(T object, I input, P payload, Output<P> output, ResultView resultView, Results results, Context<P> context, PipelineTag pipelineTag, ComponentTag componentTag, UIDGenerator uidGenerator, LogMarker logMarker) Creates an instance of aMethodArguments
record class. -
Uses of ResultView in tech.illuin.pipeline.step
Methods in tech.illuin.pipeline.step with parameters of type ResultView -
Uses of ResultView in tech.illuin.pipeline.step.execution.wrapper.circuitbreaker
Methods in tech.illuin.pipeline.step.execution.wrapper.circuitbreaker with parameters of type ResultView -
Uses of ResultView in tech.illuin.pipeline.step.execution.wrapper.retry
Methods in tech.illuin.pipeline.step.execution.wrapper.retry with parameters of type ResultView -
Uses of ResultView in tech.illuin.pipeline.step.execution.wrapper.timelimiter
Methods in tech.illuin.pipeline.step.execution.wrapper.timelimiter with parameters of type ResultView -
Uses of ResultView in tech.illuin.pipeline.step.result
Classes in tech.illuin.pipeline.step.result that implement ResultViewMethods in tech.illuin.pipeline.step.result that return ResultViewModifier and TypeMethodDescriptionMethods in tech.illuin.pipeline.step.result with parameters of type ResultView -
Uses of ResultView in tech.illuin.pipeline.step.runner
Methods in tech.illuin.pipeline.step.runner with parameters of type ResultView -
Uses of ResultView in tech.illuin.pipeline.step.variant
Methods in tech.illuin.pipeline.step.variant with parameters of type ResultViewModifier and TypeMethodDescriptiondefault Result
IndexableStep.execute
(T object, Object input, Object payload, ResultView results, Context<Object> context) IndexableStep.execute
(T object, ResultView results, Context<?> context) InputStep.execute
(I input, ResultView results, Context<?> context) default Result
InputStep.execute
(Indexable object, I input, Object payload, ResultView results, Context<Object> context) PayloadStep.execute
(P payload, ResultView results, Context<P> context) default Result
PayloadStep.execute
(Indexable object, Object input, P payload, ResultView results, Context<P> context)