Packages

object Scheduler

Source
Scheduler.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Scheduler
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait TaskRunOnClose extends Runnable

    If a TaskRunOnClose is used in scheduleOnce it will be run when the Scheduler is closed (ActorSystem shutdown).

    If a TaskRunOnClose is used in scheduleOnce it will be run when the Scheduler is closed (ActorSystem shutdown). This is needed for the internal shutdown of dispatchers in Akka and is not intended to be used by end user applications, but it's public because a custom implementation of Scheduler must also implement this.