ServiceWorkerDsl
camundala.worker.ServiceWorkerDsl
trait ServiceWorkerDsl[In <: Product, Out <: Product, ServiceIn, ServiceOut](implicit evidence$1: Codec[In], evidence$2: Codec[Out], evidence$3: Encoder[ServiceIn], evidence$4: Decoder[ServiceOut], evidence$5: ClassTag[ServiceOut]) extends WorkerDsl[In, Out]
Attributes
- Graph
-
- Supertypes
Members list
Value members
Abstract methods
Concrete methods
protected def outputMapper(serviceOut: ServiceResponse[ServiceOut], in: In): Either[ServiceMappingError, Out]
Run the Work is done by the handler. If you want a different behavior, you need to use the CustomWorkerDsl
Run the Work is done by the handler. If you want a different behavior, you need to use the CustomWorkerDsl
Attributes
Concrete fields
Extensions
Inherited extensions
extension [T](option: Option[T])
Attributes
- Inherited from:
- WorkerDsl
In this article