-
Deprecated Classes
-
Deprecated ExceptionsExceptionsDescription
-
Deprecated FieldsFieldDescription
-
Deprecated MethodsMethodDescriptionAvoid using the deprecated method #
NamespaceResources.getPoliciesIfCached(NamespaceName)
and blocking call. we can use #BrokerService.isAllowAutoSubscriptionCreationAsync(TopicName)
to instead of it.Avoid using the deprecated method #NamespaceResources.getPoliciesIfCached(NamespaceName)
and blocking call. we can use #BrokerService.isAllowAutoSubscriptionCreationAsync(TopicName)
to instead of it.Avoid using the deprecated method #NamespaceResources.getPoliciesIfCached(NamespaceName)
and blocking call. we can use #DispatchRateLimiter.getPoliciesAsync(BrokerService, String)
to instead of it.Avoid using the deprecated method #NamespaceResources.getPoliciesIfCached(NamespaceName)
and blocking call.Avoid using the deprecated method #NamespaceResources.getPoliciesIfCached(NamespaceName)
and blocking call.
NamespaceResources.getPoliciesIfCached(NamespaceName)
and we can use #AbstractTopic.updateResourceGroupLimiter(Policies)
to instead of it.