public final class ApexRunnerRegistrar
extends java.lang.Object
PipelineRunnerRegistrar
and PipelineOptionsRegistrar
for the
ApexRunner
.
AutoService
will register Apex's implementations of the PipelineRunner
and PipelineOptions
as available pipeline runner services.Modifier and Type | Class and Description |
---|---|
static class |
ApexRunnerRegistrar.Options
Registers the
ApexPipelineOptions . |
static class |
ApexRunnerRegistrar.Runner
Registers the
ApexRunner . |