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 class
ConfigObserverConfig.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 class
Generated 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 ConfigObserverConfig
ConfigObserverConfig.create()
Create a new instance with default values.static ConfigObserverConfig
Create a new instance from configuration.ConfigObserver.prototype()
Methods in io.helidon.webserver.observe.config with parameters of type ConfigObserverConfigModifier and TypeMethodDescriptionstatic ConfigObserverConfig.Builder
ConfigObserverConfig.builder
(ConfigObserverConfig instance) Create a new fluent API builder from an existing instance.static ConfigObserver
ConfigObserver.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.