ZChildWorkflowExecutionSyntax

zio.temporal.workflow.ZChildWorkflowExecutionSyntax
See theZChildWorkflowExecutionSyntax companion object

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ZChildWorkflowStub.type

Members list

Concise view

Value members

Concrete methods

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