o

zio.temporal.internal

SharedCompileTimeMessages

object SharedCompileTimeMessages

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SharedCompileTimeMessages
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class TemporalMethodParameterIssue(name: String, issue: String) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val actMethodShouldntBeExtMethod: String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def defaultArgumentsNotSupported(names: List[String]): String
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def expectedSimpleMethodInvocation(treeCls: Class[_], tree: String): String
  11. val generateChildWorkflowExecute: String
  12. val generatedActivityExecute: String
  13. val generatedActivityExecuteAsync: String
  14. val generatedChildWorkflowExecuteAsync: String
  15. val generatedContinueAsNewExecute: String
  16. val generatedQueryInvoke: String
  17. val generatedScheduleStartWorkflow: String
  18. val generatedSignal: String
  19. val generatedSignalWithStart: String
  20. val generatedWorkflowExecute: String
  21. val generatedWorkflowStart: String
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isNotConcreteClass(tpe: String): String
  26. def methodNotFound(instanceTpe: String, methodName: String, errorDetails: String): String
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def notActivity(what: String): String
  29. def notQueryMethod(what: String): String
  30. def notSignalMethod(what: String): String
  31. def notWorkflow(what: String): String
  32. def notWorkflowMethod(what: String): String
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  35. val qrMethodShouldntBeExtMethod: String
  36. val sgnlMethodShouldntBeExtMethod: String
  37. def shouldHavePublicNullaryConstructor(tpe: String): String
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def temporalMethodParameterTypesHasIssue(method: String, issue: TemporalMethodParameterIssue): String
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. def unexpectedLibraryError(details: String): String
  42. def usingNonStubOf(stubType: String, method: String, tpe: String): String
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. val wfMethodShouldntBeExtMethod: String
  47. object TemporalMethodParameterIssue extends Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped