object ZWorker
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZWorker
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Add[+LowerR, -UpperR] = ZIOAspect[LowerR, UpperR, Nothing, Any, ZWorker, ZWorker]
- final class AddWorkflowAspectDsl[I] extends AnyRef
Allows building workers using ZIOAspect
- final class AddWorkflowDsl[I] extends AnyRef
Allows building workers
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addActivityImplementation[Activity <: AnyRef](activity: Activity)(implicit arg0: ExtendsActivity[Activity]): Add[Nothing, Any]
- def addActivityImplementationLayer[R0, Activity <: AnyRef, E0](layer: ZLayer[R0, E0, Activity])(implicit arg0: ExtendsActivity[Activity], arg1: Tag[Activity]): ZIOAspect[Nothing, R0 with Scope, E0, Any, ZWorker, ZWorker]
Adds activity from the given ZLayer
Adds activity from the given ZLayer
- layer
the activity implementation object as a ZLayer
- def addActivityImplementationService[Activity <: AnyRef](implicit arg0: ExtendsActivity[Activity], arg1: Tag[Activity]): Add[Nothing, Activity]
Adds activity from the ZIO environment.
- def addActivityImplementations(activityImplementationObjects: List[ZActivityImplementationObject[_]]): Add[Nothing, Any]
- See also
- def addActivityImplementations(activityImplementationObject: ZActivityImplementationObject[_], moreObjects: ZActivityImplementationObject[_]*): Add[Nothing, Any]
- See also
- def addActivityImplementationsLayer[R0, E0](activitiesLayer: ZLayer[R0, E0, List[ZActivityImplementationObject[_]]]): ZIOAspect[Nothing, R0 with Scope, E0, Any, ZWorker, ZWorker]
Adds activities from the given ZLayer
Adds activities from the given ZLayer
- activitiesLayer
the list of activity implementation objects as a ZLayer
- def addWorkflow[I](implicit arg0: ExtendsWorkflow[I]): AddWorkflowAspectDsl[I]
Adds workflow to this worker
- def addWorkflowImplementations(options: ZWorkflowImplementationOptions, workflowImplementationClasses: List[ZWorkflowImplementationClass[_]]): Add[Nothing, Any]
- See also
- def addWorkflowImplementations(options: ZWorkflowImplementationOptions, workflowImplementationClass: ZWorkflowImplementationClass[_], moreClasses: ZWorkflowImplementationClass[_]*): Add[Nothing, Any]
- See also
- def addWorkflowImplementations(workflowImplementationClasses: List[ZWorkflowImplementationClass[_]]): Add[Nothing, Any]
- See also
- def addWorkflowImplementations(workflowImplementationClass: ZWorkflowImplementationClass[_], moreClasses: ZWorkflowImplementationClass[_]*): Add[Nothing, Any]
- See also
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)