Package

ru.arigativa

cronicle

Permalink

package cronicle

Visibility
  1. Public
  2. All

Type Members

  1. case class CronJob[ID](id: ID, cronExpr: CronExpr, exec: () ⇒ Any) extends Product with Serializable

    Permalink

    Created by hsslbch on 5/18/17.

  2. class Cronicle[JobId] extends AnyRef

    Permalink

    JobId

    Is type for CronJob payload (for identifying task etc.)

  3. case class ScheduledCronJob[ID](task: CronJob[ID], nextRunAt: Option[LocalDateTime]) extends Product with Serializable

    Permalink

    Created by hsslbch on 5/19/17.

Ungrouped