Uses of Interface
tech.illuin.pipeline.step.result.Result
Packages that use Result
Package
Description
-
Uses of Result in tech.illuin.pipeline
Classes in tech.illuin.pipeline that implement ResultMethod parameters in tech.illuin.pipeline with type arguments of type Result -
Uses of Result in tech.illuin.pipeline.metering
Methods in tech.illuin.pipeline.metering with parameters of type ResultModifier and TypeMethodDescriptionio.micrometer.core.instrument.Counter
PipelineStepMetrics.resultCounter
(Result result) -
Uses of Result in tech.illuin.pipeline.step
Methods in tech.illuin.pipeline.step that return Result -
Uses of Result in tech.illuin.pipeline.step.builder
Methods in tech.illuin.pipeline.step.builder that return ResultModifier and TypeMethodDescriptionMethods in tech.illuin.pipeline.step.builder with parameters of type ResultModifier and TypeMethodDescription -
Uses of Result in tech.illuin.pipeline.step.execution.error
Methods in tech.illuin.pipeline.step.execution.error that return Result -
Uses of Result in tech.illuin.pipeline.step.execution.evaluator
Methods in tech.illuin.pipeline.step.execution.evaluator with parameters of type Result -
Uses of Result in tech.illuin.pipeline.step.execution.wrapper.circuitbreaker
Methods in tech.illuin.pipeline.step.execution.wrapper.circuitbreaker that return Result -
Uses of Result in tech.illuin.pipeline.step.execution.wrapper.retry
Methods in tech.illuin.pipeline.step.execution.wrapper.retry that return Result -
Uses of Result in tech.illuin.pipeline.step.execution.wrapper.timelimiter
Methods in tech.illuin.pipeline.step.execution.wrapper.timelimiter that return Result -
Uses of Result in tech.illuin.pipeline.step.result
Classes in tech.illuin.pipeline.step.result with type parameters of type ResultMethods in tech.illuin.pipeline.step.result with type parameters of type ResultModifier and TypeMethodDescriptiondefault <R extends Result>
Optional<ResultDescriptor<R>>default <R extends Result>
Optional<ResultDescriptor<R>>default <R extends Result>
Stream<ResultDescriptor<R>>Methods in tech.illuin.pipeline.step.result that return types with arguments of type Result -
Uses of Result in tech.illuin.pipeline.step.runner
Methods in tech.illuin.pipeline.step.runner that return Result -
Uses of Result in tech.illuin.pipeline.step.variant
Methods in tech.illuin.pipeline.step.variant that return ResultModifier and TypeMethodDescriptiondefault Result
IndexableStep.execute
(T object, Object input, Object payload, ResultView results, Context<Object> context) default Result
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) Constructor parameters in tech.illuin.pipeline.step.variant with type arguments of type Result