InitWorker

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

Attributes

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

Members list

Value members

Concrete methods

def initProcess(init: InitProcessHandler[In]): InitWorker[In, Out, InitIn]

Inherited methods

def defaultMock(in: In): IO[MockerError, Out]

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

Concrete fields

lazy val topic: String

Inherited fields

lazy val in: In

Attributes

Inherited from:
Worker
lazy val inConfigVariableNames: Seq[String]

Attributes

Inherited from:
Worker
lazy val inVariableNames: Seq[String]

Attributes

Inherited from:
Worker
lazy val out: Out

Attributes

Inherited from:
Worker
lazy val variableNames: Seq[String]

Attributes

Inherited from:
Worker