package model
The DAO model for the MQTT gateway API
- Alphabetic
- By Inheritance
- model
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- case class CreateDownstreamTopic(id: String, secretPath: Option[String], mqttCommandTopic: String, commandTopic: String, dataIsBinary: Boolean) extends CreateTopic with Product with Serializable
ADT for creating an MQTT downstream topic
- sealed trait CreateTopic extends AnyRef
ADT for creating a topic.
- case class CreateUpstreamTopic(id: String, secretPath: Option[String], eventTopic: String, mqttEventTopic: String, dataIsBinary: Boolean) extends CreateTopic with Product with Serializable
ADT for creating an MQTT upstream topic
- case class UserCredentials(username: String, password: String) extends Product with Serializable
ADT for logging in
Value Members
- object CreateTopic