TimeoutTrigger

cc.otavia.core.timer.TimeoutTrigger
See theTimeoutTrigger companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class DelayPeriod(delay: Long, period: Long, delayUnit: TimeUnit = ..., periodUnit: TimeUnit = ...) extends TimeoutTrigger

Fire first after delay, then repeatedly every period.

Fire first after delay, then repeatedly every period.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DelayTime(delay: Long, unit: TimeUnit = ...) extends TimeoutTrigger

Fire once after the specified delay.

Fire once after the specified delay.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class FirstTimePeriod(first: Long, period: Long, periodUnit: TimeUnit = ...) extends TimeoutTrigger

Fire first at the absolute nanoTime deadline first, then repeatedly every period.

Fire first at the absolute nanoTime deadline first, then repeatedly every period.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class FixTime(nanos: Long) extends TimeoutTrigger

Fire at an absolute nanoTime deadline (from System.nanoTime()).

Fire at an absolute nanoTime deadline (from System.nanoTime()).

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror