SLPipe

annotation class SLPipe(val pipeId: String, val resultClass: KClass<out SLPipeResult>)

Annotation provides unique identifier of the pipe and class reference to result (cannot easily be determined mid runtime). Should annotate all pipes running within SLPipeline.

Parameters

pipeId

unique string identifier of pipe.

resultClass

Kotlin class of returned SLPipeResult

Properties

Link copied to clipboard
Link copied to clipboard