Interface ConnectionStartInput
- All Superinterfaces:
ClientBasedInput
@DoNotImplement public interface ConnectionStartInput extends ClientBasedInput
Input object for the method
ClientLifecycleEventListener.onMqttConnectionStart(ConnectionStartInput).- Since:
- 4.0.0, CE 2019.1
-
Method Summary
Modifier and Type Method Description @Immutable @NotNull ConnectPacketgetConnectPacket()Get the unmodifiable CONNECT packet for the MQTT client.Methods inherited from interface com.hivemq.extension.sdk.api.parameter.ClientBasedInput
getClientInformation, getConnectionInformation
-
Method Details
-
getConnectPacket
Get the unmodifiable CONNECT packet for the MQTT client.- Returns:
- The
ConnectPacketof the input. - Since:
- 4.0.0, CE 2019.1
-