package pipelines
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
InvalidPipelineException extends PipelineException
A pipeline is invalid.
-
class
PipelineException extends RuntimeException
Something is wrong with a pipeline.
-
case class
PipelineRuntimeDefinition(name: String, steps: Seq[Step], inputType: DataType) extends Product with Serializable
Runtime definition of pipelines.
Runtime definition of pipelines. Must be compatible with the Golang Pipeline controller definition.
-
class
PipelineTypeException extends PipelineException
DataTypes do not match within the pipeline.
Value Members
- object PipelineRuntimeDefinition extends Serializable