CustomWorkerDsl
orchescala.worker.CustomWorkerDsl
trait CustomWorkerDsl[In <: Product, Out <: Product](using evidence$1: Codec[In], evidence$2: Codec[Out]) extends WorkerDsl[In, Out]
Attributes
- Graph
-
- Supertypes
Members list
Type members
Inherited types
Attributes
- Inherited from:
- RunWorkDsl (hidden)
Value members
Abstract methods
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
Attributes
- Inherited from:
- RunWorkDsl (hidden)
def runWorkFromWorker(in: In)(using EngineRunContext): ZIO[SttpClientBackend, WorkerError, Out | NoOutput]
Attributes
- Inherited from:
- WorkerDsl
Attributes
- Inherited from:
- WorkerDsl
Attributes
- Inherited from:
- RunWorkDsl (hidden)
Attributes
- Inherited from:
- ValidateDsl (hidden)
Concrete fields
In this article