Uses of Class
org.apache.pulsar.broker.lookup.LookupResult
-
Packages that use LookupResult Package Description org.apache.pulsar.broker.namespace Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of LookupResult in org.apache.pulsar.broker.namespace
Methods in org.apache.pulsar.broker.namespace that return types with arguments of type LookupResult Modifier and Type Method Description protected java.util.concurrent.CompletableFuture<LookupResult>NamespaceService. createLookupResult(java.lang.String candidateBroker, boolean authoritativeRedirect, java.lang.String advertisedListenerName)java.util.concurrent.CompletableFuture<java.util.Optional<LookupResult>>NamespaceService. getBrokerServiceUrlAsync(org.apache.pulsar.common.naming.TopicName topic, LookupOptions options)
-