Packages

p

etlflow

scheduler

package scheduler

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scheduler
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Scheduler extends EtlFlowUtils

Value Members

  1. def getNextDuration(cronExpr: CronExpr): Task[Duration]
  2. def repeatEffectForCron[A](effect: UIO[A], cronExpr: CronExpr, maxRecurs: Int = 0): RIO[Clock, Long]
  3. def repeatEffectsForCron[R, A](tasks: List[(CronExpr, URIO[R, A])]): RIO[R with Clock, Unit]
  4. def sleepForCron(cronExpr: CronExpr): RIO[Clock, Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped