final case class BadConnectMessage(clientId: Either[DecodeError, String], willTopic: Option[Either[DecodeError, String]], willMessage: Option[Either[DecodeError, String]], username: Option[Either[DecodeError, String]], password: Option[Either[DecodeError, String]]) extends DecodeError with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- BadConnectMessage
- Serializable
- Product
- Equals
- DecodeError
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BadConnectMessage(clientId: Either[DecodeError, String], willTopic: Option[Either[DecodeError, String]], willMessage: Option[Either[DecodeError, String]], username: Option[Either[DecodeError, String]], password: Option[Either[DecodeError, String]])
Value Members
- val clientId: Either[DecodeError, String]
- val password: Option[Either[DecodeError, String]]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def toString(): String
- Definition Classes
- BadConnectMessage → AnyRef → Any
- val username: Option[Either[DecodeError, String]]
- val willMessage: Option[Either[DecodeError, String]]
- val willTopic: Option[Either[DecodeError, String]]