Interface InitializerInput
- All Superinterfaces:
ClientBasedInput
@DoNotImplement public interface InitializerInput extends ClientBasedInput
This interface can be used to provide additional information in an initializer.
- Since:
- 4.0.0, CE 2019.1
-
Method Summary
Modifier and Type Method Description @NotNull ServerInformationgetServerInformation()Get information about the HiveMQ instance the extension is running in.Methods inherited from interface com.hivemq.extension.sdk.api.parameter.ClientBasedInput
getClientInformation, getConnectionInformation
-
Method Details
-
getServerInformation
Get information about the HiveMQ instance the extension is running in.- Returns:
- The
ServerInformationof the initializer input. - Since:
- 4.0.0, CE 2019.1
-