ZChildWorkflowStubBuilder

zio.temporal.workflow.ZChildWorkflowStubBuilder

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def build: Of[A]

Builds typed ZChildWorkflowStub

Builds typed ZChildWorkflowStub

Attributes

Returns:

typed child workflow stub

def withCancellationType(cancellationType: ChildWorkflowCancellationType): ZChildWorkflowStubBuilder[A]
def withContextPropagators(propagators: Seq[ContextPropagator]): ZChildWorkflowStubBuilder[A]
def withNamespace(namespace: String): ZChildWorkflowStubBuilder[A]
def withTaskQueue(taskQueue: String): ZChildWorkflowStubBuilder[A]
def withWorkflowId(workflowId: String): ZChildWorkflowStubBuilder[A]
def withWorkflowIdReusePolicy(policy: WorkflowIdReusePolicy): ZChildWorkflowStubBuilder[A]