Package io.hawt.quarkus
Class HawtioConfig.PluginConfig
- java.lang.Object
-
- io.hawt.quarkus.HawtioConfig.PluginConfig
-
- Enclosing class:
- HawtioConfig
public static class HawtioConfig.PluginConfig extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.util.Optional<java.lang.Boolean>bustRemoteEntryCache(Optional) Whether to bust remote entry cache of the remote plugin.java.lang.StringmoduleModule path of the remote plugin.java.util.Optional<java.lang.String>pluginEntry(Optional) Hawtio plugin entry name of the remote plugin.java.util.Optional<java.lang.String>remoteEntryFileName(Optional) Custom remote entry file name of the remote plugin.java.lang.StringscopeScope of the remote plugin.java.lang.StringurlURL of the remote plugin.
-
Constructor Summary
Constructors Constructor Description PluginConfig()
-
-
-
Field Detail
-
url
@ConfigItem public java.lang.String url
URL of the remote plugin.
-
scope
@ConfigItem public java.lang.String scope
Scope of the remote plugin.
-
module
@ConfigItem public java.lang.String module
Module path of the remote plugin.
-
remoteEntryFileName
@ConfigItem(name="remoteEntryFileName") public java.util.Optional<java.lang.String> remoteEntryFileName
(Optional) Custom remote entry file name of the remote plugin. Defaults toremoteEntry.js.
-
bustRemoteEntryCache
@ConfigItem(name="bustRemoteEntryCache") public java.util.Optional<java.lang.Boolean> bustRemoteEntryCache
(Optional) Whether to bust remote entry cache of the remote plugin. Defaults tofalse.
-
pluginEntry
@ConfigItem(name="pluginEntry") public java.util.Optional<java.lang.String> pluginEntry
(Optional) Hawtio plugin entry name of the remote plugin. Defaults toplugin.
-
-