Uses of Class
tech.illuin.pipeline.output.Output
Packages that use Output
Package
Description
-
Uses of Output in tech.illuin.pipeline
Methods in tech.illuin.pipeline that return OutputModifier and TypeMethodDescriptionPipelineResult.output()
Returns the value of theoutput
record component.default Output
Pipeline.run()
Runs the Pipeline with a null input and an emptySimpleContext
.default Output
Runs the Pipeline with an emptySimpleContext
.default Output
Runs the Pipeline with aSimpleContext
that can be adjusted via the setup argument.The run method is the Pipeline's sole entrypoint, responsible for implementing its behaviour.Methods in tech.illuin.pipeline with parameters of type OutputMethod parameters in tech.illuin.pipeline with type arguments of type OutputModifier and TypeMethodDescriptionReturns aStep
wrapping the execution of this Pipeline instance.Constructors in tech.illuin.pipeline with parameters of type OutputModifierConstructorDescriptionPipelineResult
(Output output) Creates an instance of aPipelineResult
record class. -
Uses of Output 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 OutputModifier and TypeMethodDescriptionMethodArguments.output()
Returns the value of theoutput
record component.Constructors in tech.illuin.pipeline.builder.runner_compiler.argument_resolver.method_arguments with parameters of type OutputModifierConstructorDescriptionMethodArguments
(T object, I input, Object payload, Output output, ResultView resultView, Results results, Context context, PipelineTag pipelineTag, ComponentTag componentTag, UIDGenerator uidGenerator) Creates an instance of aMethodArguments
record class. -
Uses of Output in tech.illuin.pipeline.context
Methods in tech.illuin.pipeline.context that return types with arguments of type OutputModifier and TypeMethodDescriptionComponentContext.parent()
Context.parent()
SimpleContext.parent()
Constructors in tech.illuin.pipeline.context with parameters of type Output -
Uses of Output in tech.illuin.pipeline.execution.error
Methods in tech.illuin.pipeline.execution.error that return OutputModifier and TypeMethodDescriptionPipelineErrorHandler.handle
(Exception exception, Output previous, Object input, Context context, PipelineTag tag) static Output
PipelineErrorHandler.wrapChecked
(Exception ex, Output previous, Object input, Context context, PipelineTag tag) Methods in tech.illuin.pipeline.execution.error with parameters of type OutputModifier and TypeMethodDescriptionPipelineErrorHandler.handle
(Exception exception, Output previous, Object input, Context context, PipelineTag tag) static Output
PipelineErrorHandler.wrapChecked
(Exception ex, Output previous, Object input, Context context, PipelineTag tag) -
Uses of Output in tech.illuin.pipeline.execution.phase
Methods in tech.illuin.pipeline.execution.phase that return OutputMethods in tech.illuin.pipeline.execution.phase with parameters of type Output -
Uses of Output in tech.illuin.pipeline.output
Methods in tech.illuin.pipeline.output that return OutputMethods in tech.illuin.pipeline.output with parameters of type Output -
Uses of Output in tech.illuin.pipeline.output.factory
Methods in tech.illuin.pipeline.output.factory that return Output -
Uses of Output in tech.illuin.pipeline.sink
Methods in tech.illuin.pipeline.sink with parameters of type Output -
Uses of Output in tech.illuin.pipeline.sink.builder
Methods in tech.illuin.pipeline.sink.builder with parameters of type Output -
Uses of Output in tech.illuin.pipeline.sink.execution.error
Methods in tech.illuin.pipeline.sink.execution.error with parameters of type Output -
Uses of Output in tech.illuin.pipeline.sink.runner
Methods in tech.illuin.pipeline.sink.runner with parameters of type Output -
Uses of Output in tech.illuin.pipeline.step
Methods in tech.illuin.pipeline.step with parameters of type Output -
Uses of Output in tech.illuin.pipeline.step.builder
Methods in tech.illuin.pipeline.step.builder with parameters of type Output -
Uses of Output in tech.illuin.pipeline.step.variant
Methods in tech.illuin.pipeline.step.variant with parameters of type OutputConstructor parameters in tech.illuin.pipeline.step.variant with type arguments of type Output