ZScheduleBackfill

zio.temporal.schedules.ZScheduleBackfill
See theZScheduleBackfill companion object
final case class ZScheduleBackfill(startAt: Instant, endAt: Instant, overlapPolicy: ScheduleOverlapPolicy)

Time period and policy for actions taken as if their scheduled time has already passed.

Value parameters

endAt

End of the range to evaluate the schedule in. This is inclusive.

overlapPolicy

Overlap policy to use for this backfill request.

startAt

Start of the range to evaluate the schedule in. This is exclusive.

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

Converts schedule backfill to Java SDK's ScheduleBackfill

Converts schedule backfill to Java SDK's ScheduleBackfill

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 withEndAt(value: Instant): ZScheduleBackfill

Set the end of the range to evaluate the schedule in. This is inclusive.

Set the end of the range to evaluate the schedule in. This is inclusive.

Attributes

def withOverlapPolicy(value: ScheduleOverlapPolicy): ZScheduleBackfill

Set the overlap policy to use for this backfill request.

Set the overlap policy to use for this backfill request.

Attributes

def withStartAt(value: Instant): ZScheduleBackfill

Set the start of the range to evaluate the schedule in. This is exclusive.

Set the start of the range to evaluate the schedule in. This is exclusive.

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product