public class MqttClientAdvancedConfig extends java.lang.Object implements Mqtt5ClientAdvancedConfig
Modifier and Type | Field and Description |
---|---|
static @NotNull MqttClientAdvancedConfig |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
@Nullable MqttClientInterceptors |
getInterceptors() |
boolean |
isAllowServerReAuth() |
boolean |
isValidatePayloadFormat()
Returns whether the payload format is validated if
Mqtt5Publish#getPayloadFormatIndicator() is present. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
builder
@NotNull public static final @NotNull MqttClientAdvancedConfig DEFAULT
public boolean isAllowServerReAuth()
isAllowServerReAuth
in interface Mqtt5ClientAdvancedConfig
public boolean isValidatePayloadFormat()
Mqtt5ClientAdvancedConfig
Mqtt5Publish#getPayloadFormatIndicator()
is present.isValidatePayloadFormat
in interface Mqtt5ClientAdvancedConfig
@Nullable public @Nullable MqttClientInterceptors getInterceptors()
getInterceptors
in interface Mqtt5ClientAdvancedConfig