net.sigusr.mqtt.api.ConnectionState
See theConnectionState companion trait
object ConnectionState
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ConnectionState.type
Members list
Type members
Classlikes
case object Connected extends ConnectionState
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ConnectionStateclass Objecttrait Matchableclass AnyShow all
- Self type
-
Connected.type
case class Connecting(nextDelay: FiniteDuration, retriesSoFar: Int) extends ConnectionState
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ConnectionStateclass Objecttrait Matchableclass AnyShow all
case object Disconnected extends ConnectionState
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ConnectionStateclass Objecttrait Matchableclass AnyShow all
- Self type
-
Disconnected.type
case class Error(error: Errors) extends ConnectionState
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ConnectionStateclass Objecttrait Matchableclass AnyShow all
case object SessionStarted extends ConnectionState
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ConnectionStateclass Objecttrait Matchableclass AnyShow all
- Self type
-
SessionStarted.type
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Implicits
Implicits
In this article