ServiceWorker

orchescala.worker.ServiceWorker
case class ServiceWorker[In <: Product, Out <: Product, ServiceIn, ServiceOut](inOutExample: ServiceTask[In, Out, ServiceIn, ServiceOut], validationHandler: ValidationHandler[In], runWorkHandler: Option[ServiceHandler[In, Out, ServiceIn, ServiceOut]])(using evidence$1: Codec[In], evidence$2: Codec[Out], evidence$3: Encoder[ServiceIn], evidence$4: Decoder[ServiceOut]) extends Worker[In, Out, ServiceWorker[In, Out, ServiceIn, ServiceOut]]

Attributes

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

Members list

Value members

Concrete methods

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

Attributes

Definition Classes
def runWork(handler: ServiceHandler[In, Out, ServiceIn, ServiceOut]): ServiceWorker[In, Out, ServiceIn, ServiceOut]

Inherited methods

Attributes

Inherited from:
Worker
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

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