| Package | Description |
|---|---|
| com.hivemq.spi.services |
| Modifier and Type | Method and Description |
|---|---|
Collection<Bridge> |
BridgeManagerService.listBridges()
Deprecated.
IMPORTANT: HiveMQ 3.0 does not support Bridging, so this service only works for HiveMQ 2.x
|
| Modifier and Type | Method and Description |
|---|---|
void |
BridgeManagerService.addBridge(Bridge bridge)
Deprecated.
IMPORTANT: HiveMQ 3.0 does not support Bridging, so this service only works for HiveMQ 2.x
|
com.google.common.base.Optional<State> |
BridgeManagerService.getBridgeState(Bridge bridge)
Deprecated.
IMPORTANT: HiveMQ 3.0 does not support Bridging, so this service only works for HiveMQ 2.x
|
void |
BridgeManagerService.removeBridge(Bridge bridge)
Deprecated.
IMPORTANT: HiveMQ 3.0 does not support Bridging, so this service only works for HiveMQ 2.x
|
com.google.common.util.concurrent.ListenableFuture<Void> |
BridgeManagerService.startBridge(Bridge bridge)
Deprecated.
IMPORTANT: HiveMQ 3.0 does not support Bridging, so this service only works for HiveMQ 2.x
|
com.google.common.util.concurrent.ListenableFuture<Void> |
BridgeManagerService.stopBridge(Bridge bridge)
Deprecated.
IMPORTANT: HiveMQ 3.0 does not support Bridging, so this service only works for HiveMQ 2.x
|
Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.