ZChildWorkflowStub

zio.temporal.workflow.ZChildWorkflowStub
See theZChildWorkflowStub companion object
sealed trait ZChildWorkflowStub extends CanSignal[ChildWorkflowStub]

Represents untyped child workflow stub

Attributes

See also:

ChildWorkflowStub

Companion:
object
Graph
Supertypes
trait CanSignal[ChildWorkflowStub]
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Inherited methods

def `__zio_temporal_invokeSignal`(signalName: String, args: Seq[AnyRef]): TemporalIO[Unit]

Attributes

Inherited from:
CanSignal
def toJava: Self

Attributes

Inherited from:
CanSignal