public class MqttClientExecutorConfigImpl extends java.lang.Object implements MqttClientExecutorConfig
Modifier and Type | Field and Description |
---|---|
static @NotNull MqttClientExecutorConfigImpl |
DEFAULT |
static int |
DEFAULT_NETTY_THREADS |
DEFAULT_APPLICATION_SCHEDULER
Modifier and Type | Method and Description |
---|---|
boolean |
equals(@Nullable java.lang.Object o) |
@NotNull io.reactivex.Scheduler |
getApplicationScheduler() |
@NotNull java.util.Optional<java.util.concurrent.Executor> |
getNettyExecutor() |
@NotNull java.util.OptionalInt |
getNettyThreads() |
@Nullable java.util.concurrent.Executor |
getRawNettyExecutor() |
int |
getRawNettyThreads() |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
public static final int DEFAULT_NETTY_THREADS
@NotNull public static final @NotNull MqttClientExecutorConfigImpl DEFAULT
@NotNull public @NotNull java.util.Optional<java.util.concurrent.Executor> getNettyExecutor()
getNettyExecutor
in interface MqttClientExecutorConfig
@Nullable public @Nullable java.util.concurrent.Executor getRawNettyExecutor()
@NotNull public @NotNull java.util.OptionalInt getNettyThreads()
getNettyThreads
in interface MqttClientExecutorConfig
public int getRawNettyThreads()
@NotNull public @NotNull io.reactivex.Scheduler getApplicationScheduler()
getApplicationScheduler
in interface MqttClientExecutorConfig
Scheduler
used for executing application specific code, such as callbacks.public boolean equals(@Nullable @Nullable java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object