public class TestPrismRunner extends PipelineRunner<PipelineResult>
TestPrismRunner is the recommended PipelineRunner to use for tests that rely on
sdks/go/cmd/prism. See
PrismRunner for more details.| Modifier and Type | Method and Description |
|---|---|
static TestPrismRunner |
fromOptions(PipelineOptions options)
Invoked from
Pipeline.run() where TestPrismRunner instantiates using TestPrismPipelineOptions configuration details. |
PipelineResult |
run(Pipeline pipeline)
Processes the given
Pipeline, potentially asynchronously, returning a runner-specific
type of result. |
create, run, runpublic static TestPrismRunner fromOptions(PipelineOptions options)
Pipeline.run() where TestPrismRunner instantiates using TestPrismPipelineOptions configuration details.public PipelineResult run(Pipeline pipeline)
PipelineRunnerPipeline, potentially asynchronously, returning a runner-specific
type of result.run in class PipelineRunner<PipelineResult>