public abstract class FlowWithEventLoop
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected @NotNull io.netty.channel.EventLoop |
eventLoop |
Constructor and Description |
---|
FlowWithEventLoop(@NotNull MqttClientConfig clientConfig) |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
@NotNull io.netty.channel.EventLoop |
getEventLoop() |
boolean |
init() |
boolean |
isCancelled() |
boolean |
isDisposed() |
protected void |
onCancel() |
protected boolean |
setDone() |
public FlowWithEventLoop(@NotNull @NotNull MqttClientConfig clientConfig)