ZScheduleDescription

zio.temporal.schedules.ZScheduleDescription
final class ZScheduleDescription

Description of a schedule.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def getMemo[T : JavaTypeTag](key: String): Option[T]
def id: String

Get the ID of the schedule.

Get the ID of the schedule.

Attributes

Returns

schedule ID

Get information about the schedule.

Get information about the schedule.

Attributes

Returns

schedule info

Gets the schedule details.

Gets the schedule details.

Attributes

Returns

schedule details

def searchAttributes: Map[String, List[Any]]

Gets the search attributes on the schedule.

Gets the search attributes on the schedule.

Attributes

Returns

search 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

Concrete fields

val toJava: ScheduleDescription