ZScheduleInfo

zio.temporal.schedules.ZScheduleInfo
final class ZScheduleInfo

Information about a schedule.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def createdAt: Instant

Get the time the schedule was created at.

Get the time the schedule was created at.

Attributes

Returns

time the schedule was created

def lastUpdatedAt: Instant

Get the last time the schedule was updated.

Get the last time the schedule was updated.

Attributes

Returns

last time the schedule was updated

def nextActionTimes: List[Instant]

Get a list of the next scheduled action times.

Get a list of the next scheduled action times.

Attributes

Returns

list of the next recent times

def numActions: Long

Get the number of actions taken by the schedule.

Get the number of actions taken by the schedule.

Attributes

Returns

number of actions taken

Get the number of actions skipped due to missing the catchup window.

Get the number of actions skipped due to missing the catchup window.

Attributes

Returns

number of actions skipped due to catchup window

Get the number of actions skipped due to overlap.

Get the number of actions skipped due to overlap.

Attributes

Returns

number of actions skipped due to overlap

Get a list of the most recent actions, oldest first.

Get a list of the most recent actions, oldest first.

Attributes

Returns

list of the most recent actions

Get a list of currently running actions.

Get a list of currently running actions.

Attributes

Returns

list of currently running actions

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

Concrete fields

val toJava: ScheduleInfo