Uses of Class
org.apache.pulsar.broker.service.BrokerServiceException
-
Packages that use BrokerServiceException 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.org.apache.pulsar.broker.service.schema.exceptions Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of BrokerServiceException in org.apache.pulsar.broker.service
Methods in org.apache.pulsar.broker.service that throw BrokerServiceException Modifier and Type Method Description voidAbstractDispatcherSingleActiveConsumer. 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 BrokerServiceException Modifier and Type Method Description voidNonPersistentDispatcher. addConsumer(Consumer consumer)voidNonPersistentDispatcherMultipleConsumers. addConsumer(Consumer consumer)voidNonPersistentStickyKeyDispatcherMultipleConsumers. addConsumer(Consumer consumer)voidNonPersistentDispatcher. removeConsumer(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 BrokerServiceException Modifier and Type Method Description voidPersistentDispatcherMultipleConsumers. 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.exceptions Modifier and Type Class Description classIncompatibleSchemaExceptionException is thrown when an incompatible schema is used.classInvalidSchemaDataExceptionException thrown when the schema data is not in a valid form.classSchemaExceptionSchema related exceptions.
-