org.apache.activemq.apollo.util

Scheduler

object Scheduler extends

go to: companion
Visibility
  1. Public
  2. All
Impl.
  1. Concrete
  2. Abstract

Value Members

  1. def cancel (task: Runnable) : Unit

  2. def executeAfterDelay (task: Runnable, redeliveryDelay: Long) : Unit

  3. def executePeriodically (task: Runnable, period: Long) : Unit

  4. def shutdown () : Unit