@DoNotImplement public interface Mqtt5ClientAdvancedConfig
Mqtt5Client.| Modifier and Type | Method and Description |
|---|---|
static @NotNull Mqtt5ClientAdvancedConfigBuilder |
builder()
Creates a builder for an advanced configuration.
|
@NotNull Mqtt5ClientAdvancedConfigBuilder |
extend()
Creates a builder for extending this advanced configuration.
|
@Nullable Mqtt5ClientInterceptors |
getInterceptors() |
boolean |
isAllowServerReAuth() |
boolean |
isValidatePayloadFormat()
Returns whether the payload format is validated if
Mqtt5Publish#getPayloadFormatIndicator() is present. |
@NotNull static @NotNull Mqtt5ClientAdvancedConfigBuilder builder()
boolean isAllowServerReAuth()
boolean isValidatePayloadFormat()
Mqtt5Publish#getPayloadFormatIndicator() is present.@Nullable @Nullable Mqtt5ClientInterceptors getInterceptors()
@NotNull @NotNull Mqtt5ClientAdvancedConfigBuilder extend()