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