Interface AdminService
public interface AdminService
This service provides general information about the state of this HiveMQ instance.
- Since:
- 4.2.0, CE 2020.1
-
Method Summary
Modifier and Type Method Description @NotNull LifecycleStagegetCurrentStage()@NotNull LicenseInformationgetLicenseInformation()@NotNull ServerInformationgetServerInformation()
-
Method Details
-
getServerInformation
- Returns:
- Information about the HiveMQ instance the extension is running in.
- Since:
- 4.2.0, CE 2020.1
-
getCurrentStage
- Returns:
- Information about the current stage of this HiveMQ instance.
- Since:
- 4.2.0, CE 2020.1
-
getLicenseInformation
- Returns:
- Information about the license that is used by HiveMQ.
- Since:
- 4.2.0, CE 2020.1
-