Uses of Interface
io.helidon.webserver.observe.config.ConfigObserverConfig
Package
Description
Helidon WebServer Observability Config Support.
-
Uses of ConfigObserverConfig in io.helidon.webserver.observe.config
Modifier and TypeClassDescriptionstatic class
ConfigObserverConfig.BuilderBase<BUILDER extends ConfigObserverConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ConfigObserverConfig> Fluent API builder base forConfigObserver
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier 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()
Modifier 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.