public class MqttClientInterceptors extends java.lang.Object implements Mqtt5ClientInterceptors
Modifier and Type | Method and Description |
---|---|
boolean |
equals(@Nullable java.lang.Object o) |
@Nullable Mqtt5IncomingQos1Interceptor |
getIncomingQos1Interceptor() |
@Nullable Mqtt5IncomingQos2Interceptor |
getIncomingQos2Interceptor() |
@Nullable Mqtt5OutgoingQos1Interceptor |
getOutgoingQos1Interceptor() |
@Nullable Mqtt5OutgoingQos2Interceptor |
getOutgoingQos2Interceptor() |
int |
hashCode() |
clone, finalize, getClass, 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
public boolean equals(@Nullable @Nullable java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object