RunWorkHandler

camundala.worker.RunWorkHandler
trait RunWorkHandler[In <: Product, Out <: Product](implicit evidence$1: Codec[In], evidence$2: Codec[Out])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait CustomHandler[In, Out]
class ServiceHandler[In, Out, ServiceIn, ServiceOut]

Members list

Type members

Types

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

Value members

Abstract methods

def runWork(inputObject: In): RunnerOutput