public abstract class MqttIncomingPublishFlow extends FlowWithEventLoop implements io.reactivex.Emitter<Mqtt5Publish>, org.reactivestreams.Subscription, java.lang.Runnable
eventLoop
Modifier and Type | Method and Description |
---|---|
protected void |
onCancel() |
void |
onComplete() |
void |
onError(@NotNull java.lang.Throwable t) |
void |
onNext(@NotNull Mqtt5Publish result) |
void |
request(long n) |
void |
run() |
cancel, dispose, getEventLoop, init, isCancelled, isDisposed, setDone
@CallByThread(value="Netty EventLoop") public void onNext(@NotNull @NotNull Mqtt5Publish result)
onNext
in interface io.reactivex.Emitter<Mqtt5Publish>
@CallByThread(value="Netty EventLoop") public void onComplete()
onComplete
in interface io.reactivex.Emitter<Mqtt5Publish>
@CallByThread(value="Netty EventLoop") public void onError(@NotNull @NotNull java.lang.Throwable t)
onError
in interface io.reactivex.Emitter<Mqtt5Publish>
public void request(long n)
request
in interface org.reactivestreams.Subscription
@CallByThread(value="Netty EventLoop") public void run()
run
in interface java.lang.Runnable
protected void onCancel()
onCancel
in class FlowWithEventLoop