Packages

p

it.cwmp.services

roomreceiver

package roomreceiver

Type Members

  1. case class RoomReceiverServiceVerticle(token: String, receptionStrategy: (List[Participant]) ⇒ Unit) extends ScalaVerticle with VertxServer with Logging with Product with Serializable

    A class implementing a one-time service provided by clients to receive room information

    A class implementing a one-time service provided by clients to receive room information

    token

    the token on which to listen for an authorized response

    receptionStrategy

    the strategy to use when the data has been received

Ungrouped