ZChildWorkflowStub

zio.temporal.workflow.ZChildWorkflowStub$
See theZChildWorkflowStub companion trait

Attributes

Companion:
trait
Graph
Supertypes
Self type

Members list

Concise view

Type members

Classlikes

final implicit class Ops[A](self: Of[A]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any
sealed trait Untyped

An untyped version of ZChildWorkflowStub

An untyped version of ZChildWorkflowStub

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Inherited types

final type Of[+T] = A & T

Stub is a compile-time view of temporal's runtime abstractions, such as Workflows.

Stub is a compile-time view of temporal's runtime abstractions, such as Workflows.

Attributes

T

compile-time view

Note:

Do not call methods of proxied workflows directly! It should be used only within special methods like ZWorkflowStub.signal, ZWorkflowStub.start, ZWorkflowStub.execute and so on.

Inherited from:
Stubs (hidden)

Value members

Inherited methods

inline def execute[R](inline f: R)(using javaTypeTag: JavaTypeTag[R]): R

Attributes

Inherited from:
ZChildWorkflowExecutionSyntax
inline def executeAsync[R](inline f: R)(using javaTypeTag: JavaTypeTag[R]): ZAsync[R]

Attributes

Inherited from:
ZChildWorkflowExecutionSyntax
inline def query[R](inline f: R)(using javaTypeTag: JavaTypeTag[R]): TemporalIO[R]

Attributes

Inherited from:
ZWorkflowStubQuerySyntax
inline def signal(inline f: Unit): Unit

Attributes

Inherited from:
ZChildWorkflowStubSignalSyntax

Implicits

Implicits

final implicit def Ops[A](self: Of[A]): Ops[A]