ZExternalWorkflowStub

zio.temporal.workflow.ZExternalWorkflowStub
See theZExternalWorkflowStub companion object
sealed trait ZExternalWorkflowStub extends CanSignal[ExternalWorkflowStub]

Represents untyped external workflow stub

Attributes

See also:

ExternalWorkflowStub

Companion:
object
Graph
Supertypes
trait CanSignal[ExternalWorkflowStub]
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