WorkerSink

constructor(name: String, type: KClass<*>)(source)

Parameters

name

String used to distinguish this worker from other WorkerSinks being ran by the same workflow. Used to implement doesSameWorkAs, see the kdoc on that method for more information.