Uses of Interface
org.apache.pulsar.broker.service.Dispatcher
Packages that use Dispatcher
Package
Description
-
Uses of Dispatcher in org.apache.pulsar.broker.service
Subinterfaces of Dispatcher in org.apache.pulsar.broker.serviceClasses in org.apache.pulsar.broker.service that implement DispatcherModifier and TypeClassDescriptionclassclassclassMethods in org.apache.pulsar.broker.service that return DispatcherMethods in org.apache.pulsar.broker.service with parameters of type DispatcherModifier and TypeMethodDescriptionprotected Optional<CompletableFuture<Void>>AbstractSubscription.checkForConsumerCompatibilityErrorWithDispatcher(Dispatcher dispatcher, Consumer consumer) Checks if the given consumer is compatible with the given dispatcher. -
Uses of Dispatcher in org.apache.pulsar.broker.service.nonpersistent
Subinterfaces of Dispatcher in org.apache.pulsar.broker.service.nonpersistentClasses in org.apache.pulsar.broker.service.nonpersistent that implement DispatcherModifier and TypeClassDescriptionclassfinal classclass -
Uses of Dispatcher in org.apache.pulsar.broker.service.persistent
Classes in org.apache.pulsar.broker.service.persistent that implement DispatcherModifier and TypeClassDescriptionclassclassclassThis is the "classic" dispatcher implementation for the Shared subscription that was used before Pulsar 4.0.0 and PIP-379.classclassclassThis is the "classic" dispatcher implementation for the Key_Shared subscription that was used before Pulsar 4.0.0 and PIP-379.Fields in org.apache.pulsar.broker.service.persistent declared as DispatcherMethods in org.apache.pulsar.broker.service.persistent that return Dispatcher