@DoNotImplement public interface Mqtt5SubAck extends Mqtt5Message
Modifier and Type | Method and Description |
---|---|
@Immutable @NotNull java.util.List<Mqtt5SubAckReasonCode> |
getReasonCodes() |
@NotNull java.util.Optional<MqttUtf8String> |
getReasonString() |
default @NotNull Mqtt5MessageType |
getType() |
@NotNull Mqtt5UserProperties |
getUserProperties() |
@NotNull @Immutable @NotNull java.util.List<Mqtt5SubAckReasonCode> getReasonCodes()
Subscription
in the corresponding Subscribe message
in the same order.@NotNull @NotNull java.util.Optional<MqttUtf8String> getReasonString()
@NotNull @NotNull Mqtt5UserProperties getUserProperties()
@NotNull default @NotNull Mqtt5MessageType getType()
getType
in interface Mqtt5Message