| Package | Description |
|---|---|
| org.apache.pulsar.broker.namespace |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Optional<LookupResult>> |
NamespaceService.getBrokerServiceUrlAsync(org.apache.pulsar.common.naming.TopicName topic,
LookupOptions options) |
Optional<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.
|
CompletableFuture<Optional<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.
|
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.