Uses of Record Class
tech.illuin.pipeline.builder.runner_compiler.CompiledMethod
Packages that use CompiledMethod
Package
Description
-
Uses of CompiledMethod in tech.illuin.pipeline.builder.runner_compiler
Methods in tech.illuin.pipeline.builder.runner_compiler that return CompiledMethod -
Uses of CompiledMethod in tech.illuin.pipeline.input.initializer.runner
Methods in tech.illuin.pipeline.input.initializer.runner with parameters of type CompiledMethodModifier and TypeMethodDescriptionvoid
InitializerRunner.build
(CompiledMethod<InitializerConfig, Object, I, P> compiled) -
Uses of CompiledMethod in tech.illuin.pipeline.sink.runner
Methods in tech.illuin.pipeline.sink.runner with parameters of type CompiledMethodModifier and TypeMethodDescriptionvoid
SinkRunner.build
(CompiledMethod<SinkConfig, Object, Object, P> compiled) -
Uses of CompiledMethod in tech.illuin.pipeline.step.runner
Methods in tech.illuin.pipeline.step.runner with parameters of type CompiledMethodModifier and TypeMethodDescriptionvoid
StepRunner.build
(CompiledMethod<StepConfig, T, I, P> compiled)