Uses of Class
org.apache.pulsar.broker.service.BrokerServiceException
Packages that use BrokerServiceException
Package
Description
-
Uses of BrokerServiceException in org.apache.pulsar.broker.delayed.bucket
Subclasses of BrokerServiceException in org.apache.pulsar.broker.delayed.bucketModifier and TypeClassDescriptionclassclass -
Uses of BrokerServiceException in org.apache.pulsar.broker.service
Subclasses of BrokerServiceException in org.apache.pulsar.broker.serviceModifier and TypeClassDescriptionstatic classDeprecated.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classMethods in org.apache.pulsar.broker.service that throw BrokerServiceExceptionModifier and TypeMethodDescriptionprotected voidAbstractTopic.checkTopicFenced()voidConsumer.close()Close the consumer if: a.voidConsumer.close(boolean isResetCursor) voidAbstractDispatcherSingleActiveConsumer.removeConsumer(Consumer consumer) voidDispatcher.removeConsumer(Consumer consumer) default voidSubscription.removeConsumer(Consumer consumer) voidSubscription.removeConsumer(Consumer consumer, boolean isResetCursor) -
Uses of BrokerServiceException in org.apache.pulsar.broker.service.nonpersistent
Methods in org.apache.pulsar.broker.service.nonpersistent that throw BrokerServiceExceptionModifier and TypeMethodDescriptionvoidNonPersistentDispatcherMultipleConsumers.removeConsumer(Consumer consumer) voidNonPersistentStickyKeyDispatcherMultipleConsumers.removeConsumer(Consumer consumer) voidNonPersistentSubscription.removeConsumer(Consumer consumer, boolean isResetCursor) -
Uses of BrokerServiceException in org.apache.pulsar.broker.service.persistent
Methods in org.apache.pulsar.broker.service.persistent that throw BrokerServiceExceptionModifier and TypeMethodDescriptionvoidPersistentDispatcherMultipleConsumers.removeConsumer(Consumer consumer) voidPersistentDispatcherMultipleConsumersClassic.removeConsumer(Consumer consumer) voidPersistentStickyKeyDispatcherMultipleConsumers.removeConsumer(Consumer consumer) voidPersistentStickyKeyDispatcherMultipleConsumersClassic.removeConsumer(Consumer consumer) voidPersistentSubscription.removeConsumer(Consumer consumer, boolean isResetCursor) -
Uses of BrokerServiceException in org.apache.pulsar.broker.service.schema.exceptions
Subclasses of BrokerServiceException in org.apache.pulsar.broker.service.schema.exceptionsModifier and TypeClassDescriptionclassException is thrown when an incompatible schema is used.classException thrown when the schema data is not in a valid form.classException is thrown when an schema not exist.classSchema related exceptions.