Uses of Interface
org.apache.pulsar.broker.service.TopicPolicyListener
-
Packages that use TopicPolicyListener Package Description org.apache.pulsar.broker.service Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.broker.service.nonpersistent Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.broker.service.persistent Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of TopicPolicyListener in org.apache.pulsar.broker.service
Classes in org.apache.pulsar.broker.service that implement TopicPolicyListener Modifier and Type Class Description classAbstractTopicMethods in org.apache.pulsar.broker.service that return types with arguments of type TopicPolicyListener Modifier and Type Method Description protected java.util.Map<org.apache.pulsar.common.naming.TopicName,java.util.List<TopicPolicyListener<org.apache.pulsar.common.policies.data.TopicPolicies>>>SystemTopicBasedTopicPoliciesService. getListeners()Methods in org.apache.pulsar.broker.service with parameters of type TopicPolicyListener Modifier and Type Method Description voidSystemTopicBasedTopicPoliciesService. registerListener(org.apache.pulsar.common.naming.TopicName topicName, TopicPolicyListener<org.apache.pulsar.common.policies.data.TopicPolicies> listener)voidTopicPoliciesService. registerListener(org.apache.pulsar.common.naming.TopicName topicName, TopicPolicyListener<org.apache.pulsar.common.policies.data.TopicPolicies> listener)voidTopicPoliciesService.TopicPoliciesServiceDisabled. registerListener(org.apache.pulsar.common.naming.TopicName topicName, TopicPolicyListener<org.apache.pulsar.common.policies.data.TopicPolicies> listener)voidSystemTopicBasedTopicPoliciesService. unregisterListener(org.apache.pulsar.common.naming.TopicName topicName, TopicPolicyListener<org.apache.pulsar.common.policies.data.TopicPolicies> listener)voidTopicPoliciesService.TopicPoliciesServiceDisabled. unregisterListener(org.apache.pulsar.common.naming.TopicName topicName, TopicPolicyListener<org.apache.pulsar.common.policies.data.TopicPolicies> listener)voidTopicPoliciesService. unregisterListener(org.apache.pulsar.common.naming.TopicName topicName, TopicPolicyListener<org.apache.pulsar.common.policies.data.TopicPolicies> listener) -
Uses of TopicPolicyListener in org.apache.pulsar.broker.service.nonpersistent
Classes in org.apache.pulsar.broker.service.nonpersistent that implement TopicPolicyListener Modifier and Type Class Description classNonPersistentTopic -
Uses of TopicPolicyListener in org.apache.pulsar.broker.service.persistent
Classes in org.apache.pulsar.broker.service.persistent that implement TopicPolicyListener Modifier and Type Class Description classPersistentTopicclassSystemTopic
-