Package io.hawt.quarkus.deployment
Class HawtioConfigCustomizer
java.lang.Object
io.hawt.quarkus.deployment.HawtioConfigCustomizer
- All Implemented Interfaces:
io.smallrye.config.SmallRyeConfigBuilderCustomizer
public class HawtioConfigCustomizer
extends Object
implements io.smallrye.config.SmallRyeConfigBuilderCustomizer
Hawtio configuration customizer that applies necessary configurations to Quarkus
core and extensions to make Hawtio work properly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigBuilder(io.smallrye.config.SmallRyeConfigBuilder builder) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.smallrye.config.SmallRyeConfigBuilderCustomizer
priority
-
Constructor Details
-
HawtioConfigCustomizer
public HawtioConfigCustomizer()
-
-
Method Details
-
configBuilder
public void configBuilder(io.smallrye.config.SmallRyeConfigBuilder builder) - Specified by:
configBuilderin interfaceio.smallrye.config.SmallRyeConfigBuilderCustomizer
-