@ConfigurationProperties(value="mqtt") public class MqttConfigurationProperties extends java.lang.Object implements MqttConfiguration
ConfigurationProperties
implementation for MqttConfiguration
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PREFIX |
Constructor and Description |
---|
MqttConfigurationProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled() |
void |
setEnabled(boolean enabled)
Enables Micronaut MQTT integration.
|
public static final java.lang.String PREFIX