csw.time.scheduler.api

Members list

Type members

Classlikes

trait Cancellable

API for a scheduled periodic task, that allows it to be cancelled.

API for a scheduled periodic task, that allows it to be cancelled.

Attributes

Supertypes
class Object
trait Matchable
class Any

Scheduler for scheduling periodic/non-periodic tasks at a specified time and/or interval. It supports scheduling on both csw.time.core.models.UTCTime and csw.time.core.models.TAITime. Each API returns a Cancellable which allows users to cancel the execution of tasks. Please note that implementation of Scheduler is optimised for high-throughput and high-frequency events. It is not to be confused with long-term schedulers such as Quartz.

Scheduler for scheduling periodic/non-periodic tasks at a specified time and/or interval. It supports scheduling on both csw.time.core.models.UTCTime and csw.time.core.models.TAITime. Each API returns a Cancellable which allows users to cancel the execution of tasks. Please note that implementation of Scheduler is optimised for high-throughput and high-frequency events. It is not to be confused with long-term schedulers such as Quartz.

Attributes

Supertypes
class Object
trait Matchable
class Any