Skip to content

hivemq/hivemq-enterprise-security-extension-customization-sdk

Repository files navigation

HiveMQ Enterprise Security Extension Customization SDK

Maven Central javadoc

Features

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.

Using the SDK

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.

License

The HiveMQ Enterprise Security Extension SDK is licensed under the APACHE LICENSE, VERSION 2.0. A copy of the license can be found here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages