Uses of Class
org.apache.pulsar.broker.service.SubscriptionOption
-
Packages that use SubscriptionOption 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 SubscriptionOption in org.apache.pulsar.broker.service
Methods in org.apache.pulsar.broker.service with parameters of type SubscriptionOption Modifier and Type Method Description java.util.concurrent.CompletableFuture<Consumer>Topic. subscribe(SubscriptionOption option)Subscribe a topic. -
Uses of SubscriptionOption in org.apache.pulsar.broker.service.nonpersistent
Methods in org.apache.pulsar.broker.service.nonpersistent with parameters of type SubscriptionOption Modifier and Type Method Description java.util.concurrent.CompletableFuture<Consumer>NonPersistentTopic. subscribe(SubscriptionOption option) -
Uses of SubscriptionOption in org.apache.pulsar.broker.service.persistent
Methods in org.apache.pulsar.broker.service.persistent with parameters of type SubscriptionOption Modifier and Type Method Description java.util.concurrent.CompletableFuture<Consumer>PersistentTopic. subscribe(SubscriptionOption option)
-