Package io.hawt.springboot
Class HawtioPlugin
- java.lang.Object
-
- io.hawt.springboot.HawtioPlugin
-
public class HawtioPlugin extends java.lang.ObjectHawtio v3 remote plugin for Spring Boot. Hawtio v3 plugin system is based on Webpack Module Federation. This interface is the Java representation of HawtioRemote interface in hawtio-next project, which is compatible with ImportRemoteOptions interface defined in @module-federation/utilities package.
-
-
Constructor Summary
Constructors Constructor Description HawtioPlugin(java.lang.String url, java.lang.String scope, java.lang.String module)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetBustRemoteEntryCache()java.lang.StringgetModule()java.lang.StringgetPluginEntry()java.lang.StringgetRemoteEntryFileName()java.lang.StringgetScope()java.lang.StringgetUrl()voidsetBustRemoteEntryCache(java.lang.Boolean bustRemoteEntryCache)voidsetModule(java.lang.String module)voidsetPluginEntry(java.lang.String pluginEntry)voidsetRemoteEntryFileName(java.lang.String remoteEntryFileName)voidsetScope(java.lang.String scope)voidsetUrl(java.lang.String url)
-
-
-
Method Detail
-
getUrl
public java.lang.String getUrl()
-
setUrl
public void setUrl(java.lang.String url)
-
getScope
public java.lang.String getScope()
-
setScope
public void setScope(java.lang.String scope)
-
getModule
public java.lang.String getModule()
-
setModule
public void setModule(java.lang.String module)
-
getRemoteEntryFileName
public java.lang.String getRemoteEntryFileName()
-
setRemoteEntryFileName
public void setRemoteEntryFileName(java.lang.String remoteEntryFileName)
-
getBustRemoteEntryCache
public java.lang.Boolean getBustRemoteEntryCache()
-
setBustRemoteEntryCache
public void setBustRemoteEntryCache(java.lang.Boolean bustRemoteEntryCache)
-
getPluginEntry
public java.lang.String getPluginEntry()
-
setPluginEntry
public void setPluginEntry(java.lang.String pluginEntry)
-
-