JavaScript is disabled on your browser.
SwiftMQ 13.0.2
Skip navigation links
SwiftMQ 13.0.2
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.swiftmq.impl.mqtt.v311
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)