public class MqttConnectorIncomingConfiguration extends MqttConnectorCommonConfiguration
smallrye-mqtt
connector.config
Constructor and Description |
---|
MqttConnectorIncomingConfiguration(org.eclipse.microprofile.config.Config config)
Creates a new MqttConnectorIncomingConfiguration.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getBroadcast()
Gets the broadcast value from the configuration.
|
String |
getFailureStrategy()
Gets the failure-strategy value from the configuration.
|
void |
validate() |
config, getAutoCleanSession, getAutoGeneratedClientId, getAutoKeepAlive, getChannel, getClientId, getConnectTimeoutSeconds, getFromAlias, getFromAliasWithDefaultValue, getHost, getKeepAliveSeconds, getMaxInflightQueue, getMaxMessageSize, getPassword, getPort, getQos, getReconnectAttempts, getReconnectIntervalSeconds, getServerName, getSsl, getSslKeystoreLocation, getSslKeystorePassword, getSslKeystoreType, getSslTruststoreLocation, getSslTruststorePassword, getSslTruststoreType, getTopic, getTrustAll, getUsername, getWillFlag, getWillQos, getWillRetain
public MqttConnectorIncomingConfiguration(org.eclipse.microprofile.config.Config config)
public Boolean getBroadcast()
public String getFailureStrategy()
public void validate()
validate
in class MqttConnectorCommonConfiguration
Copyright © 2018–2021 SmallRye. All rights reserved.