BlockingSubscriptionStore or AsyncSubscriptionStore to create such subscriptions.
See the HiveMQ documentation about shared subscriptions for more detailed information.@ThreadSafe @Deprecated public interface SharedSubscriptionService
| Modifier and Type | Method and Description |
|---|---|
void |
addSharedSubscriptions(String... sharedSubscriptions)
Deprecated.
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. |
List<String> |
getSharedSubscriptions()
Deprecated.
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. |
long |
getSharedSubscriptionsSize()
Deprecated.
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. |
void |
removeSharedSubscription(String sharedSubscription)
Deprecated.
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. |
boolean |
sharedSubscriptionsAvailable()
Deprecated.
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. |
@Deprecated void addSharedSubscriptions(@NotNull String... sharedSubscriptions)
BlockingSubscriptionStore or AsyncSubscriptionStore to create such subscriptions.
See the HiveMQ documentation about shared subscriptions for more detailed information.null values are passed, these values are ignored.sharedSubscriptions - the shared subscriptions to add@Deprecated boolean sharedSubscriptionsAvailable()
BlockingSubscriptionStore or AsyncSubscriptionStore to create such subscriptions.
See the HiveMQ documentation about shared subscriptions for more detailed information.true if shared subscriptions are available, false otherwisetrue if shared subscriptions are available, false otherwise@Deprecated void removeSharedSubscription(@NotNull String sharedSubscription)
BlockingSubscriptionStore or AsyncSubscriptionStore to create such subscriptions.
See the HiveMQ documentation about shared subscriptions for more detailed information.null value is passed, the value is ignored.sharedSubscription - the shared subscription to remove@ReadOnly @Deprecated List<String> getSharedSubscriptions()
BlockingSubscriptionStore or AsyncSubscriptionStore to create such subscriptions.
See the HiveMQ documentation about shared subscriptions for more detailed information.@Deprecated long getSharedSubscriptionsSize()
BlockingSubscriptionStore or AsyncSubscriptionStore to create such subscriptions.
See the HiveMQ documentation about shared subscriptions for more detailed information.Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.