object TemporalWorkflowFacade
Linear Supertypes
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- TemporalWorkflowFacade
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -  def buildActivityStubTyped[A](implicit arg0: ClassTag[A]): (ActivityOptions) => activity.ZActivityStub.Of[A]
 -  def buildActivityStubUntyped: (ActivityOptions) => Untyped
 -  def buildChildWorkflowStubTyped[A](implicit arg0: ClassTag[A]): (ChildWorkflowOptions) => workflow.ZChildWorkflowStub.Of[A]
 -  def buildChildWorkflowStubUntyped(workflowType: String): (ChildWorkflowOptions) => Untyped
 -  def buildLocalActivityStubTyped[A](implicit arg0: ClassTag[A]): (LocalActivityOptions) => activity.ZActivityStub.Of[A]
 -  def buildLocalActivityStubUntyped: (LocalActivityOptions) => Untyped
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
 
 -  def continueAsNew[R](workflowType: String, options: ContinueAsNewOptions, args: List[Any]): R
 -  def createWorkflowStubTyped[A](client: WorkflowClient)(implicit arg0: ClassTag[A]): (WorkflowOptions) => UIO[workflow.ZWorkflowStub.Of[A]]
 -  def createWorkflowStubUntyped(workflowType: String, client: WorkflowClient): (WorkflowOptions) => UIO[Untyped]
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -  def execute[R](stub: WorkflowStub, args: List[Any])(implicit javaTypeTag: JavaTypeTag[R]): CompletableFuture[R]
 -  def executeActivity[R](stub: ActivityStub, stubbedClass: Class[_], methodName: String, args: List[Any])(implicit javaTypeTag: JavaTypeTag[R]): R
 -  def executeActivityAsync[R](stub: ActivityStub, stubbedClass: Class[_], methodName: String, args: List[Any])(implicit javaTypeTag: JavaTypeTag[R]): io.temporal.workflow.Promise[R]
 -  def executeChild[R](stub: ChildWorkflowStub, args: List[Any])(implicit javaTypeTag: JavaTypeTag[R]): R
 -  def executeChildAsync[R](stub: ChildWorkflowStub, args: List[Any])(implicit javaTypeTag: JavaTypeTag[R]): io.temporal.workflow.Promise[R]
 -  def executeWithTimeout[R](stub: WorkflowStub, timeout: zio.Duration, args: List[Any])(implicit javaTypeTag: JavaTypeTag[R]): CompletableFuture[R]
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -  def query[R](stub: WorkflowStub, name: String, args: List[Any])(implicit javaTypeTag: JavaTypeTag[R]): R
 -  def signal(stub: ExternalWorkflowStub, signalName: String, args: List[Any]): Unit
 -  def signal(stub: ChildWorkflowStub, signalName: String, args: List[Any]): Unit
 -  def signal(stub: WorkflowStub, signalName: String, args: List[Any]): Unit
 -  def signalWithStart(stub: WorkflowStub, signalName: String, signalArgs: Array[Any], startArgs: Array[Any]): WorkflowExecution
 -  def start(stub: WorkflowStub, args: List[Any]): WorkflowExecution
 -  def startScheduleAction(stubbedClass: Class[_], header: Header, workflowOptions: WorkflowOptions, args: List[Any]): StartWorkflow
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -  object FunctionConverters
 
Deprecated Value Members
-    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable]) @Deprecated
 - Deprecated
 (Since version 9)