Package | Description |
---|---|
org.apache.pulsar.client.api |
Pulsar Client API.
|
Modifier and Type | Method and Description |
---|---|
static ProxyProtocol |
ProxyProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProxyProtocol[] |
ProxyProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ClientBuilder |
ClientBuilder.proxyServiceUrl(String proxyServiceUrl,
ProxyProtocol proxyProtocol)
Proxy-service url when client would like to connect to broker via proxy.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.