C - the type of the complete builder.@DoNotImplement public interface Mqtt3SimpleAuthBuilderBase<C extends Mqtt3SimpleAuthBuilderBase.Complete<C>>
Mqtt3SimpleAuth.| Modifier and Type | Interface and Description |
|---|---|
static interface |
Mqtt3SimpleAuthBuilderBase.Complete<C extends Mqtt3SimpleAuthBuilderBase.Complete<C>>
Mqtt3SimpleAuthBuilderBase that is complete which means all mandatory fields are set. |
| Modifier and Type | Method and Description |
|---|---|
C |
username(@NotNull MqttUtf8String username)
Sets the mandatory
username. |
C |
username(@NotNull String username)
Sets the mandatory
username. |
@CheckReturnValue @NotNull C username(@NotNull @NotNull String username)
username.username - the username string.@CheckReturnValue @NotNull C username(@NotNull @NotNull MqttUtf8String username)
username.username - the username string.