ZContinueAsNewOptions

zio.temporal.workflow.ZContinueAsNewOptions
See theZContinueAsNewOptions companion object
final case class ZContinueAsNewOptions

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.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toJava: ContinueAsNewOptions

Converts continue-as-new options into Java SDK's ContinueAsNewOptions

Converts continue-as-new options into Java SDK's ContinueAsNewOptions

Attributes

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
def transformJavaOptions(f: Builder => Builder): ZContinueAsNewOptions

Allows to specify options directly on the java SDK's ContinueAsNewOptions. Use it in case an appropriate withXXX method is missing

Allows to specify options directly on the java SDK's ContinueAsNewOptions. Use it in case an appropriate withXXX method is missing

Attributes

Note

the options specified via this method take precedence over those specified via other methods.

def withContextPropagators(values: ContextPropagator*): ZContinueAsNewOptions
def withContextPropagators(values: List[ContextPropagator]): ZContinueAsNewOptions
def withMemo(values: (String, AnyRef)*): ZContinueAsNewOptions

Attributes

See also
def withMemo(values: Map[String, AnyRef]): ZContinueAsNewOptions

Attributes

See also
def withTaskQueue(value: String): ZContinueAsNewOptions

Attributes

See also

ZWorkflowOptions.taskQueue

def withVersioningIntent(value: VersioningIntent): ZContinueAsNewOptions

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product