Uses of Interface
org.apache.pulsar.broker.service.Dispatcher
-
Packages that use Dispatcher 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.streamingdispatch Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of Dispatcher in org.apache.pulsar.broker.service
Classes in org.apache.pulsar.broker.service that implement Dispatcher Modifier and Type Class Description classAbstractBaseDispatcherclassAbstractDispatcherMultipleConsumersclassAbstractDispatcherSingleActiveConsumerMethods in org.apache.pulsar.broker.service that return Dispatcher Modifier and Type Method Description DispatcherSubscription. getDispatcher() -
Uses of Dispatcher in org.apache.pulsar.broker.service.nonpersistent
Subinterfaces of Dispatcher in org.apache.pulsar.broker.service.nonpersistent Modifier and Type Interface Description interfaceNonPersistentDispatcherClasses in org.apache.pulsar.broker.service.nonpersistent that implement Dispatcher Modifier and Type Class Description classNonPersistentDispatcherMultipleConsumersclassNonPersistentDispatcherSingleActiveConsumerclassNonPersistentStickyKeyDispatcherMultipleConsumers -
Uses of Dispatcher in org.apache.pulsar.broker.service.persistent
Classes in org.apache.pulsar.broker.service.persistent that implement Dispatcher Modifier and Type Class Description classPersistentDispatcherMultipleConsumersclassPersistentDispatcherSingleActiveConsumerclassPersistentStickyKeyDispatcherMultipleConsumersclassPersistentStreamingDispatcherMultipleConsumersAPersistentDispatcherMultipleConsumersimplementedStreamingDispatcher.classPersistentStreamingDispatcherSingleActiveConsumerAPersistentDispatcherSingleActiveConsumerimplementedStreamingDispatcher.Fields in org.apache.pulsar.broker.service.persistent declared as Dispatcher Modifier and Type Field Description protected DispatcherPersistentSubscription. dispatcherMethods in org.apache.pulsar.broker.service.persistent that return Dispatcher Modifier and Type Method Description DispatcherPersistentSubscription. getDispatcher() -
Uses of Dispatcher in org.apache.pulsar.broker.service.streamingdispatch
Subinterfaces of Dispatcher in org.apache.pulsar.broker.service.streamingdispatch Modifier and Type Interface Description interfaceStreamingDispatcher
-