SLPipeSpec

sealed class SLPipeSpec

Different ways of providing specifications for pipes meant for the pipe line.

Inheritors

Types

Link copied to clipboard
class PipeClass(val pipeClass: KClass<out SLPipeBase>) : SLPipeSpec

Provide the pipe in the form of a class to be instantiated.

Link copied to clipboard
class PipeImplementation(val pipeImplementation: SLPipeBase) : SLPipeSpec

Provide the pipe in the form of a pre-instantiated instance.