Uses of Class
org.apache.pulsar.broker.service.AbstractBaseDispatcher
-
Packages that use AbstractBaseDispatcher 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 AbstractBaseDispatcher in org.apache.pulsar.broker.service
Subclasses of AbstractBaseDispatcher in org.apache.pulsar.broker.service Modifier and Type Class Description classAbstractDispatcherMultipleConsumersclassAbstractDispatcherSingleActiveConsumer -
Uses of AbstractBaseDispatcher in org.apache.pulsar.broker.service.nonpersistent
Subclasses of AbstractBaseDispatcher in org.apache.pulsar.broker.service.nonpersistent Modifier and Type Class Description classNonPersistentDispatcherMultipleConsumersclassNonPersistentDispatcherSingleActiveConsumerclassNonPersistentStickyKeyDispatcherMultipleConsumers -
Uses of AbstractBaseDispatcher in org.apache.pulsar.broker.service.persistent
Subclasses of AbstractBaseDispatcher in org.apache.pulsar.broker.service.persistent Modifier and Type Class Description classPersistentDispatcherMultipleConsumersclassPersistentDispatcherSingleActiveConsumerclassPersistentStickyKeyDispatcherMultipleConsumersclassPersistentStreamingDispatcherMultipleConsumersAPersistentDispatcherMultipleConsumersimplementedStreamingDispatcher.classPersistentStreamingDispatcherSingleActiveConsumerAPersistentDispatcherSingleActiveConsumerimplementedStreamingDispatcher.
-