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