Uses of Interface
io.helidon.webserver.observe.health.HealthObserverConfig
Packages that use HealthObserverConfig
Package
Description
Helidon WebServer Observability Health Support.
-
Uses of HealthObserverConfig in io.helidon.webserver.observe.health
Classes in io.helidon.webserver.observe.health with type parameters of type HealthObserverConfigModifier and TypeClassDescriptionstatic class
HealthObserverConfig.BuilderBase<BUILDER extends HealthObserverConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends HealthObserverConfig> Fluent API builder base forHealthObserver
.Classes in io.helidon.webserver.observe.health that implement HealthObserverConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver.observe.health that return HealthObserverConfigModifier and TypeMethodDescriptionHealthObserverConfig.Builder.buildPrototype()
static HealthObserverConfig
HealthObserverConfig.create()
Create a new instance with default values.static HealthObserverConfig
Create a new instance from configuration.HealthObserver.prototype()
Methods in io.helidon.webserver.observe.health with parameters of type HealthObserverConfigModifier and TypeMethodDescriptionstatic HealthObserverConfig.Builder
HealthObserverConfig.builder
(HealthObserverConfig instance) Create a new fluent API builder from an existing instance.static HealthObserver
HealthObserver.create
(HealthObserverConfig config) Create a new Health observer using the provided configuration.HealthObserverConfig.BuilderBase.from
(HealthObserverConfig prototype) Update this builder from an existing prototype instance.