ZScheduleAction

zio.temporal.schedules.ZScheduleAction$
See theZScheduleAction companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final class StartWorkflow(val toJava: ScheduleActionStartWorkflow) extends ZScheduleAction

Schedule action to start a workflow.

Schedule action to start a workflow.

Attributes

Supertypes
class Object
trait Matchable
class Any
final case class Unknown extends ZScheduleAction

Special case for subclasses unknown by zio-temporal

Special case for subclasses unknown by zio-temporal

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def fromJava(value: ScheduleAction): ZScheduleAction