final case class BadPublishMessage(topicName: Either[DecodeError, String], packetId: Option[PacketId], payload: ByteString) extends DecodeError with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- BadPublishMessage
- Serializable
- Product
- Equals
- DecodeError
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BadPublishMessage(topicName: Either[DecodeError, String], packetId: Option[PacketId], payload: ByteString)
Value Members
- val packetId: Option[PacketId]
- val payload: ByteString
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def toString(): String
- Definition Classes
- BadPublishMessage → AnyRef → Any
- val topicName: Either[DecodeError, String]