ZChildWorkflowStub

zio.temporal.workflow.ZChildWorkflowStub
See theZChildWorkflowStub companion object
sealed trait ZChildWorkflowStub extends BasicStubOps

Represents untyped child workflow stub

Attributes

See also

ChildWorkflowStub

Companion
object
Graph
Supertypes
trait BasicStubOps
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def toJava: ChildWorkflowStub

Concrete methods

If workflow completes before this promise is ready then the child might not start at all.

If workflow completes before this promise is ready then the child might not start at all.

Attributes

Returns

ZAsync that becomes ready once the child has started.

Inherited methods

def stubbedClass: Class[_]

Retrieves the runtime class of a stubbed type

Retrieves the runtime class of a stubbed type

Attributes

Inherited from:
BasicStubOps