public final class ConnectionManager extends Object implements IConnectionManager
| Constructor and Description |
|---|
ConnectionManager(org.osgi.framework.BundleContext context,
IEventService eventService) |
| 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 |
start()
start the connection manager
|
void |
stop()
Stop
|
public ConnectionManager(org.osgi.framework.BundleContext context,
IEventService eventService)
context - eventService - public void start()
public void connect(Connection connection)
IConnectionManagerconnect in interface IConnectionManagerpublic void disconnect(Connection connection)
IConnectionManagerdisconnect in interface IConnectionManagerpublic void stop()
Copyright © 2025 Eclipse Paho. All rights reserved.