final case class Subscribe extends ControlPacket with Product with Serializable
3.8 SUBSCRIBE - Subscribe to topics http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html
- Source
- model.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Subscribe
- Serializable
- Product
- Equals
- ControlPacket
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Subscribe(topicFilter: String)
A convenience for subscribing to a single topic with at-least-once semantics
- new Subscribe(topicFilters: List[Pair[String, Integer]])
JAVA API
JAVA API
3.8 SUBSCRIBE - Subscribe to topics http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html
- new Subscribe(topicFilters: Seq[(String, ControlPacketFlags)])
3.8 SUBSCRIBE - Subscribe to topics http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html
Value Members
- val flags: ControlPacketFlags
- Definition Classes
- ControlPacket
- val packetId: PacketId
- val packetType: ControlPacketType
- Definition Classes
- ControlPacket
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val topicFilters: Seq[(String, ControlPacketFlags)]