Package com.hivemq.client.mqtt
Interface MqttClientExecutorConfig
Configuration for the executors and threads to use by
MQTT clients.- Since:
- 1.0
-
Field Details
-
DEFAULT_APPLICATION_SCHEDULER
-
-
Method Details
-
builder
Creates a builder for an executor configuration.- Returns:
- the created builder for an executor configuration.
-
getNettyExecutor
- Returns:
- the optional user defined executor for Netty (network communication framework).
-
getNettyThreads
- Returns:
- the optional user defined amount of threads Netty (network communication framework) will use.
-
getApplicationScheduler
- Returns:
- the
Schedulerused for executing application specific code, such as callbacks.
-
extend
Creates a builder for extending this executor configuration.- Returns:
- the created builder.
- Since:
- 1.1
-