case class HelloData(heartbeatInterval: Int) extends Product with Serializable

heartbeatInterval

The amount of milliseconds inbetween the time to send a heartbeat.

Source
gatewayData.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HelloData
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new HelloData(heartbeatInterval: Int)

    heartbeatInterval

    The amount of milliseconds inbetween the time to send a heartbeat.

Value Members

  1. val heartbeatInterval: Int
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product