ZScheduleOptions

zio.temporal.schedules.ZScheduleOptions
See theZScheduleOptions companion object
final case class ZScheduleOptions

Options for creating a schedule.

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: ScheduleOptions

Convert schedule options to Java SDK's ScheduleOptions

Convert schedule options to Java SDK's ScheduleOptions

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

Set the time periods to take actions on as if that time passed right now.

Set the time periods to take actions on as if that time passed right now.

Attributes

def withMemo(values: (String, AnyRef)*): ZScheduleOptions

Set the memo for the schedule. Values for the memo cannot be null.

Set the memo for the schedule. Values for the memo cannot be null.

Attributes

def withMemo(values: Map[String, AnyRef]): ZScheduleOptions

Set the memo for the schedule. Values for the memo cannot be null.

Set the memo for the schedule. Values for the memo cannot be null.

Attributes

Set the search attributes for the schedule.

Set the search attributes for the schedule.

Attributes

Set the search attributes for the schedule.

Set the search attributes for the schedule.

Attributes

Set if the schedule will be triggered immediately upon creation.

Set if the schedule will be triggered immediately upon creation.

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product