@DoNotImplement public interface Mqtt3PublishResult
MQTT 3 Publish message sent by the client.
The result is provided if a Publish message is successfully delivered (sent or acknowledged respectively to its
QoS level).
| Modifier and Type | Method and Description |
|---|---|
@NotNull Optional<Throwable> |
getError() |
@NotNull Mqtt3Publish |
getPublish() |
@NotNull @NotNull Mqtt3Publish getPublish()