ZExternalWorkflowStubImpl

zio.temporal.workflow.ZExternalWorkflowStubImpl
final class ZExternalWorkflowStubImpl(val toJava: ExternalWorkflowStub, val stubbedClass: Class[_]) extends ZExternalWorkflowStub

Attributes

Graph
Supertypes
trait BasicStubOps
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def cancel(): Unit

Attributes

Inherited from:
ZExternalWorkflowStub

Concrete fields

val stubbedClass: Class[_]

Retrieves the runtime class of a stubbed type

Retrieves the runtime class of a stubbed type

Attributes

val toJava: ExternalWorkflowStub
override val untyped: Untyped

Returns an untyped version of ZExternalWorkflowStub

Returns an untyped version of ZExternalWorkflowStub

Attributes