ZChildWorkflowStubBuilder

zio.temporal.workflow.ZChildWorkflowStubBuilder
See theZChildWorkflowStubBuilder companion object

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def build: Res

Builds typed ZChildWorkflowStub

Builds typed ZChildWorkflowStub

Attributes

Returns:

typed child workflow stub

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