Uses of Interface
org.apache.pulsar.client.api.PulsarClient
-
Packages that use PulsarClient Package Description org.apache.pulsar.client.api Pulsar Client API. -
-
Uses of PulsarClient in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return PulsarClient Modifier and Type Method Description PulsarClient
ClientBuilder. build()
Construct the finalPulsarClient
instance.Methods in org.apache.pulsar.client.api with parameters of type PulsarClient Modifier and Type Method Description void
ServiceUrlProvider. initialize(PulsarClient client)
Initialize the service url provider with Pulsar client instance.
-