ZChildWorkflowStubImpl

zio.temporal.workflow.ZChildWorkflowStubImpl
final class ZChildWorkflowStubImpl(val toJava: ChildWorkflowStub, val stubbedClass: Class[_]) extends ZChildWorkflowStub

Attributes

Graph
Supertypes
trait BasicStubOps
class Object
trait Matchable
class Any

Members list

Value members

Inherited 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 from:
ZChildWorkflowStub

Concrete fields

val stubbedClass: Class[_]

Retrieves the runtime class of a stubbed type

Retrieves the runtime class of a stubbed type

Attributes

val toJava: ChildWorkflowStub
override val untyped: Untyped

Returns an untyped version of ZChildWorkflowStub

Returns an untyped version of ZChildWorkflowStub

Attributes