Uses of Class
org.apache.pulsar.broker.service.BrokerServiceException
Packages that use BrokerServiceException
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
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 classMethods in org.apache.pulsar.broker.service that throw BrokerServiceExceptionModifier and TypeMethodDescriptionvoidAbstractDispatcherSingleActiveConsumer.addConsumer(Consumer consumer) voidDispatcher.addConsumer(Consumer consumer) protected voidAbstractTopic.checkTopicFenced()voidConsumer.close()Close the consumer if: a.voidConsumer.close(boolean isResetCursor) protected voidAbstractTopic.internalAddProducer(Producer producer) 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.addConsumer(Consumer consumer) voidNonPersistentStickyKeyDispatcherMultipleConsumers.addConsumer(Consumer consumer) voidNonPersistentDispatcherMultipleConsumers.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.addConsumer(Consumer consumer) voidPersistentStickyKeyDispatcherMultipleConsumers.addConsumer(Consumer consumer) voidPersistentDispatcherMultipleConsumers.removeConsumer(Consumer consumer) voidPersistentStickyKeyDispatcherMultipleConsumers.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.classSchema related exceptions.