Package com.hivemq.client.mqtt
Interface MqttProxyConfigBuilder.Nested<P>
- Type Parameters:
P- the type of the result when the builtMqttProxyConfigis applied to the parent.
- All Superinterfaces:
MqttProxyConfigBuilderBase<MqttProxyConfigBuilder.Nested<P>>
- Enclosing interface:
MqttProxyConfigBuilder
@DoNotImplement
public static interface MqttProxyConfigBuilder.Nested<P>
extends MqttProxyConfigBuilderBase<MqttProxyConfigBuilder.Nested<P>>
Builder for a
MqttProxyConfig that is applied to a parent.-
Method Summary
Methods inherited from interface com.hivemq.client.mqtt.MqttProxyConfigBuilderBase
address, handshakeTimeout, host, host, password, port, protocol, username
-
Method Details
-
applyProxyConfig
Builds theMqttProxyConfigand applies it to the parent.- Returns:
- the result when the built
MqttProxyConfigis applied to the parent.
-