@DoNotImplement public interface Mqtt5UserProperties
User Properties.| Modifier and Type | Method and Description |
|---|---|
@Immutable @NotNull List<? extends Mqtt5UserProperty> |
asList() |
static @NotNull Mqtt5UserPropertiesBuilder |
builder()
Creates a builder for a collection of User Properties.
|
@NotNull Mqtt5UserPropertiesBuilder |
extend() |
static @NotNull Mqtt5UserProperties |
of() |
static @NotNull Mqtt5UserProperties |
of(@NotNull Collection<Mqtt5UserProperty> userProperties)
Creates a collection of User Properties of a list of User Properties.
|
static @NotNull Mqtt5UserProperties |
of(Mqtt5UserProperty... userProperties)
Creates a collection of User Properties of individual User Properties.
|
@NotNull static @NotNull Mqtt5UserProperties of()
@NotNull static @NotNull Mqtt5UserProperties of(@NotNull Mqtt5UserProperty... userProperties)
userProperties - the individual User Properties.@NotNull static @NotNull Mqtt5UserProperties of(@NotNull @NotNull Collection<Mqtt5UserProperty> userProperties)
userProperties - the list of User Properties.@NotNull static @NotNull Mqtt5UserPropertiesBuilder builder()
@NotNull @Immutable @NotNull List<? extends Mqtt5UserProperty> asList()
@NotNull @NotNull Mqtt5UserPropertiesBuilder extend()