public class MqttSubscribedPublishFlow extends MqttIncomingPublishFlow implements MqttSubscriptionFlow<MqttSubAck>
eventLoop
Modifier and Type | Method and Description |
---|---|
void |
onSuccess(@NotNull MqttSubAck subAck) |
onCancel, onComplete, onError, onNext, request, run
cancel, getEventLoop, init, isCancelled, isDisposed, setDone
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEventLoop, init, isCancelled, onError
public void onSuccess(@NotNull @NotNull MqttSubAck subAck)
onSuccess
in interface MqttSubscriptionFlow<MqttSubAck>