Uses of Class
org.apache.pulsar.client.admin.ListTopicsOptions
Packages that use ListTopicsOptions
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of ListTopicsOptions in org.apache.pulsar.client.admin
Fields in org.apache.pulsar.client.admin declared as ListTopicsOptionsMethods in org.apache.pulsar.client.admin with parameters of type ListTopicsOptionsModifier and TypeMethodDescriptionTopics.getList
(String namespace, TopicDomain topicDomain, ListTopicsOptions options) Get the list of topics under a namespace.Topics.getListAsync
(String namespace, TopicDomain topicDomain, ListTopicsOptions options) Get the list of topics under a namespace asynchronously.Topics.getPartitionedTopicList
(String namespace, ListTopicsOptions options) Get the list of partitioned topics under a namespace.Topics.getPartitionedTopicListAsync
(String namespace, ListTopicsOptions options) Get the list of partitioned topics under a namespace asynchronously.