Interface ConnectionLostInput
-
- All Superinterfaces:
ClientBasedInput,DisconnectEventInput
@DoNotImplement public interface ConnectionLostInput extends DisconnectEventInput
Input object for the methodClientLifecycleEventListener.onConnectionLost(ConnectionLostInput).- Since:
- 4.0.0, CE 2019.1
-
-
Method Summary
-
Methods inherited from interface com.hivemq.extension.sdk.api.parameter.ClientBasedInput
getClientInformation, getConnectionInformation
-
Methods inherited from interface com.hivemq.extension.sdk.api.events.client.parameters.DisconnectEventInput
getReasonCode, getReasonString, getUserProperties
-
-