C7Worker
orchescala.worker.c7.C7Worker
trait C7Worker[In <: Product, Out <: Product] extends WorkerDsl[In, Out], ExternalTaskHandler
Attributes
- Graph
-
- Supertypes
-
trait ExternalTaskHandlertrait WorkerDsl[In, Out]class Objecttrait Matchableclass Any
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- WorkerDsl
protected def filteredOutput(outputVariables: Seq[String], allOutputs: Map[String, Any]): Map[String, Any]
Attributes
- Inherited from:
- WorkerDsl
protected def regexMatchesAll(errorHandled: Boolean, error: WorkerError, regexHandledErrors: Seq[String]): Boolean
Attributes
- Inherited from:
- WorkerDsl
def runWorkFromWorker(in: In)(using EngineRunContext): ZIO[SttpClientBackend, WorkerError, Out | NoOutput]
Attributes
- Inherited from:
- WorkerDsl
Attributes
- Inherited from:
- WorkerDsl
Attributes
- Inherited from:
- WorkerDsl
Attributes
- Inherited from:
- WorkerDsl
Inherited and Abstract methods
Attributes
- Inherited from:
- WorkerDsl
In this article