public interface IConnectionManager
Modifier and Type | Method and Description |
---|---|
void |
connect(Connection connection)
Connect to a MQTT connection
|
void |
disconnect(Connection connection)
Disconnect from a MQTT connection
|
void connect(Connection connection)
connection
- PahoException
void disconnect(Connection connection)
connection
- PahoException
Copyright © 2017 Eclipse Paho. All rights reserved.