final case class ZContinueAsNewOptions extends Product with Serializable
This class contain overrides for continueAsNew call. Every field can be null and it means that the value of the option should be taken from the originating workflow run.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZContinueAsNewOptions
- Serializable
- Product
- Equals
- 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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val contextPropagators: List[ContextPropagator]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val memo: Map[String, AnyRef]
- 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 productElementNames: Iterator[String]
- Definition Classes
- Product
- val searchAttributes: Option[ZSearchAttributes]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val taskQueue: Option[String]
- def toJava: ContinueAsNewOptions
Converts continue-as-new options into Java SDK's ContinueAsNewOptions
- def toString(): String
- Definition Classes
- ZContinueAsNewOptions → AnyRef → Any
- def transformJavaOptions(f: (Builder) => Builder): ZContinueAsNewOptions
Allows to specify options directly on the java SDK's ContinueAsNewOptions.
Allows to specify options directly on the java SDK's ContinueAsNewOptions. Use it in case an appropriate
withXXX
method is missing- Note
the options specified via this method take precedence over those specified via other methods.
- val versioningIntent: Option[VersioningIntent]
- 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])
- def withContextPropagators(values: List[ContextPropagator]): ZContinueAsNewOptions
- def withContextPropagators(values: ContextPropagator*): ZContinueAsNewOptions
- def withMemo(values: Map[String, AnyRef]): ZContinueAsNewOptions
- See also
- def withMemo(values: (String, AnyRef)*): ZContinueAsNewOptions
- See also
- def withSearchAttributes(values: ZSearchAttributes): ZContinueAsNewOptions
- def withSearchAttributes(values: Map[String, ZSearchAttribute]): ZContinueAsNewOptions
- def withTaskQueue(value: String): ZContinueAsNewOptions
- See also
- def withVersioningIntent(value: VersioningIntent): ZContinueAsNewOptions
- def withWorkflowRunTimeout(value: zio.Duration): ZContinueAsNewOptions
- def withWorkflowTaskTimeout(value: zio.Duration): ZContinueAsNewOptions
- val workflowRunTimeout: Option[zio.Duration]
- val workflowTaskTimeout: Option[zio.Duration]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)