com.typesafe.akka.extension

quartz

package quartz

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. quartz
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final class QuartzCronSchedule extends QuartzSchedule

  2. sealed trait QuartzJob extends Job

    Base trait, in case we decide to diversify down the road and allow users to pick "types" of jobs, we still want strict control over them monkeying around in ways that exposes the "bad" parts of Quartz – such as persisted mutable state

  3. sealed trait QuartzSchedule extends AnyRef

  4. class QuartzSchedulerExtension extends Extension

    Note that this extension will only be instantiated *once* *per actor system*.

  5. class SimpleActorMessageJob extends Job

Value Members

  1. object QuartzCalendars

    Utility classes around the creation and configuration of Quartz Calendars.

  2. object QuartzSchedulerExtension extends ExtensionKey[QuartzSchedulerExtension]

  3. object QuartzSchedules

    This is really about triggers - as the "job" is roughly defined in the code that refers to the trigger.

  4. implicit val quartzExtensionLoggerType: LogSource[QuartzSchedulerExtension]

  5. implicit val quartzJobLoggerType: LogSource[SimpleActorMessageJob]

Inherited from AnyRef

Inherited from Any

Ungrouped