object WsHeart

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

Type Members

  1. case class BeatAck(nonce: Int) extends Command with Product with Serializable
  2. sealed trait Command extends AnyRef
  3. case class StartBeating(interval: Double, nonce: Int) extends Command with Product with Serializable

Value Members

  1. def apply(parent: ActorRef[VoiceWsHandler.Command]): Behavior[Command]
  2. def runningHeart(context: ActorContext[Command], timers: TimerScheduler[Command], parent: ActorRef[VoiceWsHandler.Command], previousNonce: Option[Int], receivedAck: Boolean): Behavior[Command]
  3. case object Beat extends Command with Product with Serializable
  4. case object StopBeating extends Command with Product with Serializable