object ZActivityStub extends Stubs[ZActivityStub] with ZActivityExecutionSyntax
- Alphabetic
- By Inheritance
- ZActivityStub
- ZActivityExecutionSyntax
- Stubs
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
-   final  type Of[+T] = ZActivityStub with TStub is a compile-time view of temporal's runtime abstractions, such as Workflows. Stub is a compile-time view of temporal's runtime abstractions, such as Workflows. - Definition Classes
- Stubs
- Note
- Do not call methods of proxied workflows directly! It should be used only within special methods like - ZWorkflowStub.signal,- ZWorkflowStub.start,- ZWorkflowStub.executeand so on.
 
-  implicit final class Ops[A] extends AnyVal
-   sealed  trait Untyped extends AnyRefAn untyped version of ZActivityStub 
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 clone(): AnyRef- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
 
-   final  def eq(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-    def equals(arg0: AnyRef): Boolean- Definition Classes
- AnyRef → Any
 
-   macro  def execute[R](f: R): RExecutes the given activity synchronously. Executes the given activity synchronously. Accepts the activity method invocation Example: val stub: ZActivityStub.Of[T] = ??? val result: R = ZActivityStub.execute( stub.someMethod(someArg) ) - R
- activity result type 
- f
- the activity invocation 
- returns
- the activity result 
 - Definition Classes
- ZActivityExecutionSyntax
 
-   macro  def executeAsync[R](f: R): ZAsync[R]Executes the given activity asynchronously. Executes the given activity asynchronously. Accepts the activity method invocation Example: val stub: ZActivityStub.Of[T] = ??? val result: ZAsync[R] = ZActivityStub.executeAsync( stub.someMethod(someArg) ) - R
- activity result type 
- f
- the activity execution invocation 
- returns
- the activity result (async) 
 - Definition Classes
- ZActivityExecutionSyntax
 
-   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()
 
-   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])
 
Deprecated Value Members
-    def finalize(): Unit- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- (Since version 9)