JavaScript is disabled on your browser.
SwiftMQ 13.2.3
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
SwiftMQ 13.2.3
com.swiftmq.impl.mqtt.v311
MqttListener
Contents
Description
Method Summary
Method Details
onMessage(List)
onException(Exception)
Hide sidebar
Show sidebar
Interface MqttListener
All Known Implementing Classes:
MQTTConnection
public interface
MqttListener
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onException
(
Exception
e)
void
onMessage
(
List
<
MqttMessage
> messageList)
Method Details
onMessage
void
onMessage
(
List
<
MqttMessage
> messageList)
onException
void
onException
(
Exception
e)