The HiveMQ Enterprise Security Extension Customization SDK allows the programmatic interaction with the HiveMQ Enterprise Security Extension.
By implementing a customization for the HiveMQ Enterprise Security Extension, it is possible to:
-
Read and write ESE variables via custom preprocessors.
To use the SDK, add the following dependency to your project:
Maven
<dependency>
<groupId>com.hivemq</groupId>
<artifactId>hivemq-enterprise-security-extension-customization-sdk</artifactId>
<version>4.42.0</version>
</dependency>
Gradle
implementation("com.hivemq:hivemq-enterprise-security-extension-customization-sdk:4.42.0")
Note
|
The HiveMQ Enterprise Security Extension Customization SDK is available on Maven central, so no special configuration is needed. |
The HiveMQ Enterprise Security Extension SDK is licensed under the APACHE LICENSE, VERSION 2.0
.
A copy of the license can be found here.