Uses of Class
org.apache.pulsar.broker.service.AbstractTopic
-
Packages that use AbstractTopic 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 AbstractTopic in org.apache.pulsar.broker.service
Methods in org.apache.pulsar.broker.service with parameters of type AbstractTopic Modifier and Type Method Description protected booleanAbstractBaseDispatcher. isConsumersExceededOnSubscription(BrokerService brokerService, AbstractTopic topic, int consumerSize) -
Uses of AbstractTopic in org.apache.pulsar.broker.service.nonpersistent
Subclasses of AbstractTopic in org.apache.pulsar.broker.service.nonpersistent Modifier and Type Class Description classNonPersistentTopic -
Uses of AbstractTopic in org.apache.pulsar.broker.service.persistent
Subclasses of AbstractTopic in org.apache.pulsar.broker.service.persistent Modifier and Type Class Description classPersistentTopicclassSystemTopic
-