BaseWorker
orchescala.worker.BaseWorker
trait BaseWorker[In <: Product, Out <: Product] extends WorkerDsl[In, Out]
Attributes
- Graph
-
- Supertypes
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object BusinessKey
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
BusinessKey.type
Value members
Concrete methods
protected def executeWithScope[T](jobId: String)(execution: ZIO[SttpClientBackend, Throwable, T]): Unit
protected def processVariable(key: String, json: Json): IO[BadVariableError, (String, Option[Json])]
Inherited methods
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
In this article