public final class PubSubMqttProviderConf extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PubSubMqttProviderConf.Builder
Builder for
PubSubMqttProviderConf. |
static class |
PubSubMqttProviderConf.Fields |
PubSubConf.MapKind<T>| Modifier and Type | Field and Description |
|---|---|
static PubSubConfSpecification |
SPECIFICATION |
| Modifier and Type | Method and Description |
|---|---|
static PubSubMqttProviderConf.Builder |
builder()
Returns a new
PubSubMqttProviderConf.Builder that can be used to construct instances of this class |
boolean |
equals(Object obj) |
String |
getClientId()
Defines the Client Id for MQTT.
|
String |
getConnectionUri()
Defines where to connect.
|
PubSubBrokerCredentials |
getCredentials()
Defines something used as the credentials to access the broker.
|
SocketFactory |
getSocketFactory()
If non-null, given directly to the underlying MQTT implementation.
|
HostnameVerifier |
getSSLHostnameVerifier()
If non-null, given directly to the underlying MQTT implementation.
|
int |
hashCode() |
PubSubConfSpecification |
specification()
Returns the specification of this object.
|
PubSubMqttProviderConf.Builder |
toBuilder()
Returns a new
PubSubMqttProviderConf.Builder that is initialized with the state of this object. |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitget, get, toMappublic static final PubSubConfSpecification SPECIFICATION
public PubSubConfSpecification specification()
PubSubConfpublic String getClientId()
public String getConnectionUri()
public PubSubBrokerCredentials getCredentials()
public SocketFactory getSocketFactory()
SSLSocketFactory if SSL connection is in use.public HostnameVerifier getSSLHostnameVerifier()
public static PubSubMqttProviderConf.Builder builder()
PubSubMqttProviderConf.Builder that can be used to construct instances of this classpublic PubSubMqttProviderConf.Builder toBuilder()
PubSubMqttProviderConf.Builder that is initialized with the state of this object.Copyright © 2026. All rights reserved.