Uses of Interface
tech.illuin.pipeline.context.Context
Packages that use Context
Package
Description
-
Uses of Context in tech.illuin.pipeline
Methods in tech.illuin.pipeline that return ContextModifier and TypeMethodDescriptionPipelineException.context()default ContextPipeline.newContext()default ContextPipeline.newContext(Output parent) Methods in tech.illuin.pipeline with parameters of type ContextModifier and TypeMethodDescriptionThe run method is the Pipeline's sole entrypoint, responsible for implementing its behaviour.Method parameters in tech.illuin.pipeline with type arguments of type ContextModifier and TypeMethodDescriptiondefault OutputRuns the Pipeline with aSimpleContextthat can be adjusted via the setup argument.Constructors in tech.illuin.pipeline with parameters of type ContextModifierConstructorDescriptionPipelineException(PipelineTag tag, Context context, String message, Throwable cause) -
Uses of Context 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 ContextModifier and TypeMethodDescriptionMethodArguments.context()Returns the value of thecontextrecord component.Constructors in tech.illuin.pipeline.builder.runner_compiler.argument_resolver.method_arguments with parameters of type ContextModifierConstructorDescriptionMethodArguments(T object, I input, Object payload, Output output, ResultView resultView, Results results, Context context, PipelineTag pipelineTag, ComponentTag componentTag, UIDGenerator uidGenerator) Creates an instance of aMethodArgumentsrecord class. -
Uses of Context in tech.illuin.pipeline.context
Subinterfaces of Context in tech.illuin.pipeline.contextClasses in tech.illuin.pipeline.context that implement ContextMethods in tech.illuin.pipeline.context that return ContextModifier and TypeMethodDescriptionMethods in tech.illuin.pipeline.context with parameters of type ContextModifier and TypeMethodDescriptionConstructors in tech.illuin.pipeline.context with parameters of type ContextModifierConstructorDescriptionComponentContext(Context globalContext, Object input, PipelineTag pipelineTag, ComponentTag componentTag, UIDGenerator uidGenerator) -
Uses of Context in tech.illuin.pipeline.execution.error
Methods in tech.illuin.pipeline.execution.error with parameters of type ContextModifier and TypeMethodDescriptionPipelineErrorHandler.handle(Exception exception, Output previous, Object input, Context context, PipelineTag tag) static OutputPipelineErrorHandler.wrapChecked(Exception ex, Output previous, Object input, Context context, PipelineTag tag) -
Uses of Context in tech.illuin.pipeline.execution.phase
Methods in tech.illuin.pipeline.execution.phase with parameters of type ContextModifier and TypeMethodDescriptionPipelinePhase.run(I input, Output output, Context context, MetricTags tags) -
Uses of Context in tech.illuin.pipeline.execution.phase.impl
Methods in tech.illuin.pipeline.execution.phase.impl with parameters of type ContextModifier and TypeMethodDescriptionSinkPhase.run(I input, Output output, Context context, MetricTags metricTags) StepPhase.run(I input, Output output, Context context, MetricTags metricTags) -
Uses of Context in tech.illuin.pipeline.input.author_resolver
Methods in tech.illuin.pipeline.input.author_resolver with parameters of type Context -
Uses of Context in tech.illuin.pipeline.input.initializer
Methods in tech.illuin.pipeline.input.initializer with parameters of type ContextModifier and TypeMethodDescriptionInitializer.initialize(I input, Context context, UIDGenerator generator) static <P> ObjectInitializer.initializeFromParentOr(Context context, Supplier<P> or) -
Uses of Context in tech.illuin.pipeline.input.initializer.builder
Methods in tech.illuin.pipeline.input.initializer.builder with parameters of type ContextModifier and TypeMethodDescriptionInitializerDescriptor.execute(I input, Context ctx, UIDGenerator generator) InitializerDescriptor.handleException(Exception ex, Context ctx, UIDGenerator generator) -
Uses of Context in tech.illuin.pipeline.input.initializer.execution.error
Methods in tech.illuin.pipeline.input.initializer.execution.error with parameters of type ContextModifier and TypeMethodDescriptionInitializerErrorHandler.handle(Exception exception, Context context, UIDGenerator generator) -
Uses of Context in tech.illuin.pipeline.input.initializer.runner
Methods in tech.illuin.pipeline.input.initializer.runner with parameters of type ContextModifier and TypeMethodDescriptionInitializerRunner.initialize(I input, Context context, UIDGenerator generator) -
Uses of Context in tech.illuin.pipeline.metering.tag
Methods in tech.illuin.pipeline.metering.tag with parameters of type Context -
Uses of Context in tech.illuin.pipeline.output
Methods in tech.illuin.pipeline.output that return ContextConstructors in tech.illuin.pipeline.output with parameters of type ContextModifierConstructorDescriptionOutput(PipelineTag tag, Object payload, Context context) Output(PipelineTag tag, Instant createdAt, Object payload, Context context) -
Uses of Context in tech.illuin.pipeline.output.factory
Methods in tech.illuin.pipeline.output.factory with parameters of type Context -
Uses of Context in tech.illuin.pipeline.sink
Methods in tech.illuin.pipeline.sink with parameters of type Context -
Uses of Context in tech.illuin.pipeline.sink.builder
Methods in tech.illuin.pipeline.sink.builder with parameters of type Context -
Uses of Context in tech.illuin.pipeline.sink.execution.error
Methods in tech.illuin.pipeline.sink.execution.error with parameters of type Context -
Uses of Context in tech.illuin.pipeline.sink.runner
Methods in tech.illuin.pipeline.sink.runner with parameters of type Context -
Uses of Context in tech.illuin.pipeline.step
Methods in tech.illuin.pipeline.step with parameters of type Context -
Uses of Context in tech.illuin.pipeline.step.builder
Methods in tech.illuin.pipeline.step.builder with parameters of type ContextModifier and TypeMethodDescriptionbooleanStepDescriptor.canExecute(Indexable indexable, Context ctx) StepDescriptor.postEvaluation(Result result, Indexable object, I input, Context ctx) -
Uses of Context in tech.illuin.pipeline.step.execution.condition
Methods in tech.illuin.pipeline.step.execution.condition with parameters of type ContextModifier and TypeMethodDescriptionbooleanMetadataCondition.canExecute(Indexable indexable, Context context) booleanStepCondition.canExecute(Indexable indexable, Context context) -
Uses of Context in tech.illuin.pipeline.step.execution.error
Methods in tech.illuin.pipeline.step.execution.error with parameters of type Context -
Uses of Context in tech.illuin.pipeline.step.execution.evaluator
Methods in tech.illuin.pipeline.step.execution.evaluator with parameters of type Context -
Uses of Context in tech.illuin.pipeline.step.execution.interruption
Methods in tech.illuin.pipeline.step.execution.interruption that return ContextMethods in tech.illuin.pipeline.step.execution.interruption with parameters of type ContextModifier and TypeMethodDescriptionstatic InterruptionInterruption.of(ComponentTag tag, Context context, String message) -
Uses of Context in tech.illuin.pipeline.step.runner
Methods in tech.illuin.pipeline.step.runner with parameters of type Context -
Uses of Context in tech.illuin.pipeline.step.variant
Methods in tech.illuin.pipeline.step.variant with parameters of type ContextModifier and TypeMethodDescriptiondefault ResultIndexableStep.execute(T object, ResultView results, Context context) InputStep.execute(I input, ResultView results, Context context) default ResultPayloadStep.execute(Object payload, ResultView results, Context context) default ResultPayloadStep.execute(Indexable object, Object input, Object payload, ResultView results, Context context) PipelineStep.execute(Indexable object, I input, Object payload, ResultView results, Context context)