Interface MqttProxyConfigBuilder.Nested<P>

Type Parameters:
P - the type of the result when the built MqttProxyConfig is 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 Details