public class MqttClientInterceptors extends java.lang.Object implements Mqtt5ClientInterceptors
Modifier and Type | Method and Description |
---|---|
@Nullable Mqtt5IncomingQos1Interceptor |
getIncomingQos1Interceptor() |
@Nullable Mqtt5IncomingQos2Interceptor |
getIncomingQos2Interceptor() |
@Nullable Mqtt5OutgoingQos1Interceptor |
getOutgoingQos1Interceptor() |
@Nullable Mqtt5OutgoingQos2Interceptor |
getOutgoingQos2Interceptor() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
builder
@Nullable public @Nullable Mqtt5IncomingQos1Interceptor getIncomingQos1Interceptor()
getIncomingQos1Interceptor
in interface Mqtt5ClientInterceptors
@Nullable public @Nullable Mqtt5OutgoingQos1Interceptor getOutgoingQos1Interceptor()
getOutgoingQos1Interceptor
in interface Mqtt5ClientInterceptors
@Nullable public @Nullable Mqtt5IncomingQos2Interceptor getIncomingQos2Interceptor()
getIncomingQos2Interceptor
in interface Mqtt5ClientInterceptors
@Nullable public @Nullable Mqtt5OutgoingQos2Interceptor getOutgoingQos2Interceptor()
getOutgoingQos2Interceptor
in interface Mqtt5ClientInterceptors