- waitForExtension(String) - Method in class org.testcontainers.hivemq.HiveMQContainer
-
Adds a wait condition for the extension with this name.
- waitForExtension(HiveMQExtension) - Method in class org.testcontainers.hivemq.HiveMQContainer
-
- withControlCenter() - Method in class org.testcontainers.hivemq.HiveMQContainer
-
Enables connection to the HiveMQ Control Center on host port 8080.
- withDebugging() - Method in class org.testcontainers.hivemq.HiveMQContainer
-
Enables the possibility for remote debugging clients to connect.
- withExtension(HiveMQExtension) - Method in class org.testcontainers.hivemq.HiveMQContainer
-
Wraps the given class and all its subclasses into an extension
and puts it into '/opt/hivemq/temp-extensions/{extension-id}' inside the container.
- withExtension(MountableFile) - Method in class org.testcontainers.hivemq.HiveMQContainer
-
Puts the given extension folder into '/opt/hivemq/temp-extensions/{directory-name}' inside the container.
- withFileInExtensionHomeFolder(MountableFile, String) - Method in class org.testcontainers.hivemq.HiveMQContainer
-
Puts the given file into the root of the extension's home '/opt/hivemq/temp-extensions/{extensionId}/'.
- withFileInExtensionHomeFolder(MountableFile, String, String) - Method in class org.testcontainers.hivemq.HiveMQContainer
-
Puts the given file into given subdirectory of the extensions's home '/opt/hivemq/temp-extensions/{id}/{pathInExtensionHome}/'
- withFileInHomeFolder(MountableFile, String) - Method in class org.testcontainers.hivemq.HiveMQContainer
-
Puts the given file into the given subdirectory of the HiveMQ home folder '/opt/hivemq/{pathInHomeFolder}'.
- withHiveMQConfig(MountableFile) - Method in class org.testcontainers.hivemq.HiveMQContainer
-
Overwrites the HiveMQ configuration in '/opt/hivemq/conf/' inside the container.
- withLicense(MountableFile) - Method in class org.testcontainers.hivemq.HiveMQContainer
-
Puts the given license into '/opt/hivemq/license/' inside the container.
- withLogLevel(Level) - Method in class org.testcontainers.hivemq.HiveMQContainer
-
Sets the logging Level inside the container.
- withoutPrepackagedExtensions(String...) - Method in class org.testcontainers.hivemq.HiveMQContainer
-
Removes the specified prepackaged extension folders from '/opt/hivemq/extensions' before the container is started.
- withoutPrepackagedExtensions() - Method in class org.testcontainers.hivemq.HiveMQContainer
-
Removes all prepackaged extension folders from '/opt/hivemq/extensions' before the container is started.