Uses of Class
org.apache.pulsar.client.admin.ListNamespaceTopicsOptions
Packages that use ListNamespaceTopicsOptions
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of ListNamespaceTopicsOptions in org.apache.pulsar.client.admin
Fields in org.apache.pulsar.client.admin declared as ListNamespaceTopicsOptionsModifier and TypeFieldDescriptionstatic final ListNamespaceTopicsOptionsListNamespaceTopicsOptions.EMPTYMethods in org.apache.pulsar.client.admin with parameters of type ListNamespaceTopicsOptionsModifier and TypeMethodDescriptionNamespaces.getTopics(String namespace, ListNamespaceTopicsOptions options) Get the list of topics.Namespaces.getTopicsAsync(String namespace, ListNamespaceTopicsOptions options) Get the list of topics asynchronously.