Class ConsoleProperties
- java.lang.Object
-
- pl.allegro.tech.hermes.management.config.console.ConsoleProperties
-
@ConfigurationProperties(prefix="console") public class ConsoleProperties extends java.lang.ObjectThis class could have a much better structure, however it has this one due to compatibility with old JSON config file format.
-
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description ConsoleProperties()
-
Method Summary
-
-
-
Method Detail
-
getDashboard
public ConsoleProperties.Dashboard getDashboard()
-
setDashboard
public void setDashboard(ConsoleProperties.Dashboard dashboard)
-
getHermes
public ConsoleProperties.Hermes getHermes()
-
setHermes
public void setHermes(ConsoleProperties.Hermes hermes)
-
getMetrics
public ConsoleProperties.Metrics getMetrics()
-
setMetrics
public void setMetrics(ConsoleProperties.Metrics metrics)
-
getAuth
public ConsoleProperties.Auth getAuth()
-
setAuth
public void setAuth(ConsoleProperties.Auth auth)
-
getConsole
public ConsoleProperties.Console getConsole()
-
setConsole
public void setConsole(ConsoleProperties.Console console)
-
getConsistency
public ConsoleProperties.ConsistencyView getConsistency()
-
setConsistency
public void setConsistency(ConsoleProperties.ConsistencyView consistency)
-
getGroup
public ConsoleProperties.GroupView getGroup()
-
setGroup
public void setGroup(ConsoleProperties.GroupView group)
-
getOwner
public ConsoleProperties.Owner getOwner()
-
setOwner
public void setOwner(ConsoleProperties.Owner owner)
-
getTopic
public ConsoleProperties.TopicView getTopic()
-
setTopic
public void setTopic(ConsoleProperties.TopicView topic)
-
getSubscription
public ConsoleProperties.SubscriptionView getSubscription()
-
setSubscription
public void setSubscription(ConsoleProperties.SubscriptionView subscription)
-
-