Interface Mqtt5ClientAdvancedConfig
Advanced configuration of an
Mqtt5Client.- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a builder for an advanced configuration.extend()Creates a builder for extending this advanced configuration.booleanbooleanReturns whether the payload format is validated ifMqtt5Publish#getPayloadFormatIndicator()is present.
-
Method Details
-
builder
Creates a builder for an advanced configuration.- Returns:
- the created builder for an advanced configuration.
-
isAllowServerReAuth
boolean isAllowServerReAuth()- Returns:
- whether server re-authentication is allowed.
-
isValidatePayloadFormat
boolean isValidatePayloadFormat()Returns whether the payload format is validated ifMqtt5Publish#getPayloadFormatIndicator()is present.- Returns:
- whether the payload format is validated.
-
getInterceptors
- Returns:
- the optional interceptors of messages.
-
extend
Creates a builder for extending this advanced configuration.- Returns:
- the created builder.
- Since:
- 1.1
-