Package com.hivemq.client.mqtt.lifecycle
Interface MqttClientAutoReconnectBuilder.Nested<P>
- Type Parameters:
P- the type of the result when the builtMqttClientAutoReconnectis applied to the parent.
- All Superinterfaces:
MqttClientAutoReconnectBuilderBase<MqttClientAutoReconnectBuilder.Nested<P>>
- Enclosing interface:
MqttClientAutoReconnectBuilder
@DoNotImplement
public static interface MqttClientAutoReconnectBuilder.Nested<P>
extends MqttClientAutoReconnectBuilderBase<MqttClientAutoReconnectBuilder.Nested<P>>
Builder for a
MqttClientAutoReconnect that is applied to a parent.-
Method Summary
Modifier and TypeMethodDescriptionBuilds theMqttClientAutoReconnectand applies it to the parent.Methods inherited from interface com.hivemq.client.mqtt.lifecycle.MqttClientAutoReconnectBuilderBase
initialDelay, maxDelay
-
Method Details
-
applyAutomaticReconnect
Builds theMqttClientAutoReconnectand applies it to the parent.- Returns:
- the result when the built
MqttClientAutoReconnectis applied to the parent.
-