public abstract class MqttClientInterceptorsBuilder<B extends MqttClientInterceptorsBuilder<B>>
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
MqttClientInterceptorsBuilder.Default |
static class |
MqttClientInterceptorsBuilder.Nested<P> |
Modifier and Type | Method and Description |
---|---|
@NotNull MqttClientInterceptors |
build() |
B |
incomingQos1Interceptor(@Nullable Mqtt5IncomingQos1Interceptor incomingQos1Interceptor) |
B |
incomingQos2Interceptor(@Nullable Mqtt5IncomingQos2Interceptor incomingQos2Interceptor) |
B |
outgoingQos1Interceptor(@Nullable Mqtt5OutgoingQos1Interceptor outgoingQos1Interceptor) |
B |
outgoingQos2Interceptor(@Nullable Mqtt5OutgoingQos2Interceptor outgoingQos2Interceptor) |
@NotNull public B incomingQos1Interceptor(@Nullable @Nullable Mqtt5IncomingQos1Interceptor incomingQos1Interceptor)
@NotNull public B outgoingQos1Interceptor(@Nullable @Nullable Mqtt5OutgoingQos1Interceptor outgoingQos1Interceptor)
@NotNull public B incomingQos2Interceptor(@Nullable @Nullable Mqtt5IncomingQos2Interceptor incomingQos2Interceptor)
@NotNull public B outgoingQos2Interceptor(@Nullable @Nullable Mqtt5OutgoingQos2Interceptor outgoingQos2Interceptor)
@NotNull public @NotNull MqttClientInterceptors build()