Uses of Interface
io.helidon.webserver.observe.config.ConfigObserverConfig
Packages that use ConfigObserverConfig
Package
Description
Helidon WebServer Observability Config Support.
-
Uses of ConfigObserverConfig in io.helidon.webserver.observe.config
Classes in io.helidon.webserver.observe.config with type parameters of type ConfigObserverConfigModifier and TypeClassDescriptionstatic classConfigObserverConfig.BuilderBase<BUILDER extends ConfigObserverConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ConfigObserverConfig> Fluent API builder base forConfigObserver.Classes in io.helidon.webserver.observe.config that implement ConfigObserverConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver.observe.config that return ConfigObserverConfigModifier and TypeMethodDescriptionConfigObserverConfig.Builder.buildPrototype()static ConfigObserverConfigConfigObserverConfig.create()Create a new instance with default values.static ConfigObserverConfigCreate a new instance from configuration.ConfigObserver.prototype()Methods in io.helidon.webserver.observe.config with parameters of type ConfigObserverConfigModifier and TypeMethodDescriptionstatic ConfigObserverConfig.BuilderConfigObserverConfig.builder(ConfigObserverConfig instance) Create a new fluent API builder from an existing instance.static ConfigObserverConfigObserver.create(ConfigObserverConfig config) Create a new Config observer using the provided configuration.ConfigObserverConfig.BuilderBase.from(ConfigObserverConfig prototype) Update this builder from an existing prototype instance.