InitWorker

camundala.worker.InitWorker
case class InitWorker[In <: Product, Out <: Product](inOutExample: InOut[In, Out, _], validationHandler: Option[ValidationHandler[In]], initProcessHandler: Option[InitProcessHandler[In]])(implicit evidence$1: Codec[In], evidence$2: Codec[Out]) extends Worker[In, Out, InitWorker[In, Out]]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Worker[In, Out, InitWorker[In, Out]]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def executor(using context: EngineRunContext): WorkerExecutor[In, Out, InitWorker[In, Out]]
def initProcess(init: InitProcessHandler[In]): InitWorker[In, Out]
def validate(validator: ValidationHandler[In]): InitWorker[In, Out]

Inherited methods

def defaultMock(in: In)(using context: EngineRunContext): MockerError | MockedOutput

Attributes

Inherited from:
Worker
def otherEnumInExamples: Option[Seq[In]]

Attributes

Inherited from:
Worker
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def runWorkHandler: Option[RunWorkHandler[In, Out]]

Attributes

Inherited from:
Worker
def variableNames: Seq[String]

Attributes

Inherited from:
Worker

Concrete fields

lazy val topic: String

Inherited fields

lazy val in: In

Attributes

Inherited from:
Worker
lazy val out: Out

Attributes

Inherited from:
Worker