public static class MqttClientInterceptorsBuilder.Nested<P> extends MqttClientInterceptorsBuilder<MqttClientInterceptorsBuilder.Nested<P>> implements Mqtt5ClientInterceptorsBuilder.Nested<P>
MqttClientInterceptorsBuilder.Default, MqttClientInterceptorsBuilder.Nested<P>
Constructor and Description |
---|
Nested(@Nullable MqttClientInterceptors interceptors,
@NotNull java.util.function.Function<? super MqttClientInterceptors,P> parentConsumer) |
Modifier and Type | Method and Description |
---|---|
P |
applyInterceptors()
Builds the
Mqtt5ClientInterceptors and applies it to the parent. |
build, incomingQos1Interceptor, incomingQos2Interceptor, outgoingQos1Interceptor, outgoingQos2Interceptor
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
incomingQos1Interceptor, incomingQos2Interceptor, outgoingQos1Interceptor, outgoingQos2Interceptor
public Nested(@Nullable @Nullable MqttClientInterceptors interceptors, @NotNull @NotNull java.util.function.Function<? super MqttClientInterceptors,P> parentConsumer)
@NotNull public P applyInterceptors()
Mqtt5ClientInterceptorsBuilder.Nested
Mqtt5ClientInterceptors
and applies it to the parent.applyInterceptors
in interface Mqtt5ClientInterceptorsBuilder.Nested<P>
Mqtt5ClientInterceptors
is applied to the parent.