Class ClientConfigurationData
java.lang.Object
org.apache.pulsar.client.impl.conf.ClientConfigurationData
- All Implemented Interfaces:
Serializable,Cloneable
This is a simple holder of the client configuration values.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the authentication settings for the client.longbooleanisUseTls()voidsetAuthentication(Authentication authentication)
-
Constructor Details
-
ClientConfigurationData
public ClientConfigurationData()
-
-
Method Details
-
getAuthentication
Gets the authentication settings for the client.- Returns:
- authentication settings for the client or
AuthenticationDisabledwhen auth has not been specified
-
setAuthentication
-
isUseTls
public boolean isUseTls() -
getLookupTimeoutMs
public long getLookupTimeoutMs() -
clone
-
getSocks5ProxyAddress
-
getSocks5ProxyUsername
-
getSocks5ProxyPassword
-