WorkerExecutor

orchescala.worker.WorkerExecutor
case class WorkerExecutor[In <: Product, Out <: Product, T <: Worker[In, Out, _]](worker: T)(using evidence$1: Codec[In], evidence$2: Codec[Out], context: EngineRunContext)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Classlikes

object Initializer

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def execute(processVariables: Seq[IO[BadVariableError, (String, Option[Json])]]): ZIO[SttpClientBackend, WorkerError, Map[String, Any]]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Givens