ZWorker

zio.temporal.worker.ZWorker$
See theZWorker companion class
object ZWorker

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ZWorker.type

Members list

Concise view

Type members

Classlikes

final class AddWorkflowAspectDsl[I] extends AnyVal

Allows building workers using ZIOAspect

Allows building workers using ZIOAspect

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any
final class AddWorkflowDsl[I] extends AnyVal

Allows building workers

Allows building workers

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Types

type Add[+LowerR, -UpperR] = ZIOAspect[LowerR, UpperR, Nothing, Any, ZWorker, ZWorker]

Value members

Concrete methods

def addActivityImplementation[Activity <: AnyRef : IsActivity](activity: Activity): Add[Nothing, Any]
def addActivityImplementationService[Activity <: AnyRef : Tag]: Add[Nothing, Activity]