Packages

object Event extends Serializable

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

Value Members

  1. def apply[A](event: ControlPacket, carry: A): Event[A]

    Receive an event from a MQTT session with data to carry through into any related event.

    Receive an event from a MQTT session with data to carry through into any related event.

    A

    The type of data to carry through

    event

    The event to receive

    carry

    The data to carry through

  2. def apply[A](event: ControlPacket): Event[A]

    Receive an event from a MQTT session

    Receive an event from a MQTT session

    A

    The type of data being carried through in general, but not here

    event

    The event to receive