CustomHandler

orchescala.worker.CustomHandler
See theCustomHandler companion object
trait CustomHandler[In <: Product, Out <: Product](using evidence$1: Codec[In], evidence$2: Codec[Out]) extends RunWorkHandler[In, Out]

Attributes

Companion
object
Graph
Supertypes
trait RunWorkHandler[In, Out]
class Object
trait Matchable
class Any

Members list

Type members

Inherited types

type RunnerOutput = EngineRunContext ?=> Either[RunWorkError, Out]

Attributes

Inherited from:
RunWorkHandler

Attributes

Inherited from:
RunWorkHandler

Value members

Inherited and Abstract methods

def runWorkZIO(inputObject: In): RunnerOutputZIO

Attributes

Inherited from:
RunWorkHandler