Uses of Class
org.apache.pulsar.client.api.KeySharedPolicy
Packages that use KeySharedPolicy
-
Uses of KeySharedPolicy in org.apache.pulsar.client.api
Subclasses of KeySharedPolicy in org.apache.pulsar.client.apiModifier and TypeClassDescriptionstatic class
Auto split hash range key shared policy.static class
Sticky attach topic with fixed hash range.Methods in org.apache.pulsar.client.api that return KeySharedPolicyModifier and TypeMethodDescriptionKeySharedPolicy.setAllowOutOfOrderDelivery
(boolean allowOutOfOrderDelivery) If enabled, it will relax the ordering requirement, allowing the broker to send out-of-order messages in case of failures.Methods in org.apache.pulsar.client.api with parameters of type KeySharedPolicyModifier and TypeMethodDescriptionConsumerBuilder.keySharedPolicy
(KeySharedPolicy keySharedPolicy) Sets KeyShared subscription policy for consumer.