public class MqttServerConnectorIncomingConfiguration extends MqttServerConnectorCommonConfiguration
smallrye-mqtt-server
connector.config
Constructor and Description |
---|
MqttServerConnectorIncomingConfiguration(org.eclipse.microprofile.config.Config config)
Creates a new MqttServerConnectorIncomingConfiguration.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getAutoGeneratedClientId()
Gets the auto-generated-client-id value from the configuration.
|
Boolean |
getBroadcast()
Gets the broadcast value from the configuration.
|
String |
getHost()
Gets the host value from the configuration.
|
Integer |
getMaxMessageSize()
Gets the max-message-size value from the configuration.
|
Optional<Integer> |
getPort()
Gets the port value from the configuration.
|
Integer |
getReceiveBufferSize()
Gets the receive-buffer-size value from the configuration.
|
Boolean |
getSsl()
Gets the ssl value from the configuration.
|
Integer |
getTimeoutOnConnect()
Gets the timeout-on-connect value from the configuration.
|
void |
validate() |
config, getChannel, getFromAlias, getFromAliasWithDefaultValue
public MqttServerConnectorIncomingConfiguration(org.eclipse.microprofile.config.Config config)
public Boolean getAutoGeneratedClientId()
public Boolean getSsl()
public Integer getMaxMessageSize()
public Integer getTimeoutOnConnect()
public Integer getReceiveBufferSize()
public String getHost()
public Optional<Integer> getPort()
public Boolean getBroadcast()
public void validate()
validate
in class MqttServerConnectorCommonConfiguration
Copyright © 2018–2020 SmallRye. All rights reserved.