Interface Mqtt5EnhancedAuthBuilder
- All Known Subinterfaces:
Mqtt5AuthBuilder
Builder for a
Mqtt5EnhancedAuth.- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionSets the optional auth data.data(@Nullable ByteBuffer data) Sets the optional auth data.
-
Method Details
-
data
Sets the optional auth data.- Parameters:
data- the auth data as byte array ornullto remove any previously set auth data.- Returns:
- the builder.
-
data
Sets the optional auth data.- Parameters:
data- the auth data asByteBufferornullto remove any previously set auth data.- Returns:
- the builder.
-