Uses of Class
org.apache.pulsar.broker.namespace.LookupOptions
-
Packages that use LookupOptions Package Description org.apache.pulsar.broker.namespace Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of LookupOptions in org.apache.pulsar.broker.namespace
Methods in org.apache.pulsar.broker.namespace with parameters of type LookupOptions Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.util.Optional<LookupResult>>NamespaceService. getBrokerServiceUrlAsync(org.apache.pulsar.common.naming.TopicName topic, LookupOptions options)java.util.Optional<java.net.URL>NamespaceService. getWebServiceUrl(org.apache.pulsar.common.naming.ServiceUnitId suName, LookupOptions options)Return the URL of the broker who's owning a particular service unit.java.util.concurrent.CompletableFuture<java.util.Optional<java.net.URL>>NamespaceService. getWebServiceUrlAsync(org.apache.pulsar.common.naming.ServiceUnitId suName, LookupOptions options)Return the URL of the broker who's owning a particular service unit in asynchronous way.
-