Uses of Interface
org.apache.pulsar.client.api.ServiceUrlProvider
-
Packages that use ServiceUrlProvider Package Description org.apache.pulsar.client.api Pulsar Client API. -
-
Uses of ServiceUrlProvider in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return ServiceUrlProvider Modifier and Type Method Description ServiceUrlProviderAutoClusterFailoverBuilder. build()Build the ServiceUrlProvider instance.ServiceUrlProviderControlledClusterFailoverBuilder. build()Build the ServiceUrlProvider instance.Methods in org.apache.pulsar.client.api with parameters of type ServiceUrlProvider Modifier and Type Method Description ClientBuilderClientBuilder. serviceUrlProvider(ServiceUrlProvider serviceUrlProvider)Configure the service URL provider for Pulsar service.
-