public class MqttIncomingAckFlow extends FlowWithEventLoop implements org.reactivestreams.Subscription, java.lang.Runnable
eventLoop
Modifier and Type | Method and Description |
---|---|
protected void |
onCancel() |
void |
request(long n) |
void |
run() |
cancel, getEventLoop, init, isCancelled, isDisposed, setDone
@CallByThread(value="Netty EventLoop") public void run()
run
in interface java.lang.Runnable
public void request(long n)
request
in interface org.reactivestreams.Subscription
protected void onCancel()
onCancel
in class FlowWithEventLoop