| com.hivemq.spi.services.BridgeManagerService.addBridge(Bridge)
IMPORTANT: HiveMQ 3.0 does not support Bridging, so this service only works for HiveMQ 2.x
|
| com.hivemq.spi.services.RetainedMessageStore.addOrReplace(RetainedMessage)
|
com.hivemq.spi.services.SharedSubscriptionService.addSharedSubscriptions(String...)
Since 3.1 Shared subscriptions are created by using a specific marker in the topic.
Use BlockingSubscriptionStore or AsyncSubscriptionStore to create such subscriptions.
See the HiveMQ documentation about shared subscriptions for more detailed information.
|
| com.hivemq.spi.services.SubscriptionStore.addSubscription(String, Topic)
|
| com.hivemq.spi.services.RetainedMessageStore.clear()
|
| com.hivemq.spi.services.RetainedMessageStore.contains(RetainedMessage)
|
| com.hivemq.spi.services.BridgeManagerService.getBridgeState(Bridge)
IMPORTANT: HiveMQ 3.0 does not support Bridging, so this service only works for HiveMQ 2.x
|
| com.hivemq.spi.services.ClientService.getClientDataForClientId(String)
|
| com.hivemq.spi.services.ClientService.getConnectedClients()
|
| com.hivemq.spi.services.ClientService.getDisconnectedClients()
|
| com.hivemq.spi.util.PathUtils.getHiveMQConfigFolder()
|
| com.hivemq.spi.util.PathUtils.getHiveMQHomeFolder()
|
| com.hivemq.spi.util.PathUtils.getHiveMQLogFolder()
|
| com.hivemq.spi.services.MetricService.getHiveMQMetric(HiveMQMetric)
|
| com.hivemq.spi.services.ClientService.getLocalClientDataForClientId(String)
|
| com.hivemq.spi.services.ClientService.getLocalConnectedClients()
|
| com.hivemq.spi.services.ClientService.getLocalDisconnectedClients()
|
| com.hivemq.spi.services.SubscriptionStore.getLocalSubscribers(String)
|
| com.hivemq.spi.services.SubscriptionStore.getLocalSubscriptions()
|
| com.hivemq.spi.services.SubscriptionStore.getLocalTopics(String)
|
| com.hivemq.spi.services.MetricService.getMetricRegistry()
|
| com.hivemq.spi.util.PathUtils.getPluginFolder()
|
| com.hivemq.spi.services.RetainedMessageStore.getRetainedMessage(String)
Use RetainedMessageStoreLocal or RetainedMessageStoreCluster instead.
|
| com.hivemq.spi.services.RetainedMessageStore.getRetainedMessages() |
com.hivemq.spi.services.SharedSubscriptionService.getSharedSubscriptions()
Since 3.1 Shared subscriptions are created by using a specific marker in the topic.
Use BlockingSubscriptionStore or AsyncSubscriptionStore to create such subscriptions.
See the HiveMQ documentation about shared subscriptions for more detailed information.
|
com.hivemq.spi.services.SharedSubscriptionService.getSharedSubscriptionsSize()
Since 3.1 Shared subscriptions are created by using a specific marker in the topic.
Use BlockingSubscriptionStore or AsyncSubscriptionStore to create such subscriptions.
See the HiveMQ documentation about shared subscriptions for more detailed information.
|
| com.hivemq.spi.services.SubscriptionStore.getSubscribers(String)
|
| com.hivemq.spi.services.SubscriptionStore.getSubscriptions()
|
| com.hivemq.spi.services.SubscriptionStore.getTopics(String)
|
| com.hivemq.spi.services.ClientService.isClientConnected(String)
|
| com.hivemq.spi.services.ClientService.isClientConnectedLocal(String)
|
| com.hivemq.spi.services.BridgeManagerService.listBridges()
IMPORTANT: HiveMQ 3.0 does not support Bridging, so this service only works for HiveMQ 2.x
|
| com.hivemq.spi.services.RetainedMessageStore.remove(RetainedMessage)
|
| com.hivemq.spi.services.RetainedMessageStore.remove(String)
|
| com.hivemq.spi.services.BridgeManagerService.removeBridge(Bridge)
IMPORTANT: HiveMQ 3.0 does not support Bridging, so this service only works for HiveMQ 2.x
|
com.hivemq.spi.services.SharedSubscriptionService.removeSharedSubscription(String)
Since 3.1 Shared subscriptions are created by using a specific marker in the topic.
Use BlockingSubscriptionStore or AsyncSubscriptionStore to create such subscriptions.
See the HiveMQ documentation about shared subscriptions for more detailed information.
|
| com.hivemq.spi.services.SubscriptionStore.removeSubscription(String, String)
|
com.hivemq.spi.services.SharedSubscriptionService.sharedSubscriptionsAvailable()
Since 3.1 Shared subscriptions are created by using a specific marker in the topic.
Use BlockingSubscriptionStore or AsyncSubscriptionStore to create such subscriptions.
See the HiveMQ documentation about shared subscriptions for more detailed information.
|
| com.hivemq.spi.services.RetainedMessageStore.size()
|
| com.hivemq.spi.services.BridgeManagerService.startBridge(Bridge)
IMPORTANT: HiveMQ 3.0 does not support Bridging, so this service only works for HiveMQ 2.x
|
| com.hivemq.spi.services.BridgeManagerService.stopAllBridges()
IMPORTANT: HiveMQ 3.0 does not support Bridging, so this service only works for HiveMQ 2.x
|
| com.hivemq.spi.services.BridgeManagerService.stopBridge(Bridge)
IMPORTANT: HiveMQ 3.0 does not support Bridging, so this service only works for HiveMQ 2.x
|