ZSchedule

zio.temporal.schedules.ZSchedule
See theZSchedule companion object
final case class ZSchedule

A schedule for periodically running an action.

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

Update the action for this schedule. Required to build.

Update the action for this schedule. Required to build.

Attributes

See also

Set the policy for this schedule

Set the policy for this schedule

Attributes

See also

Set the spec for this schedule. Required to build.

Set the spec for this schedule. Required to build.

Attributes

See also

Set the state for this schedule

Set the state for this schedule

Attributes

See also

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product