Uses of Interface
io.helidon.webserver.observe.info.InfoObserverConfig
-
Uses of InfoObserverConfig in io.helidon.webserver.observe.info
Modifier and TypeClassDescriptionstatic class
InfoObserverConfig.BuilderBase<BUILDER extends InfoObserverConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends InfoObserverConfig> Fluent API builder base forInfoObserver
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionInfoObserverConfig.Builder.buildPrototype()
static InfoObserverConfig
InfoObserverConfig.create()
Create a new instance with default values.static InfoObserverConfig
Create a new instance from configuration.InfoObserver.prototype()
Modifier and TypeMethodDescriptionstatic InfoObserverConfig.Builder
InfoObserverConfig.builder
(InfoObserverConfig instance) Create a new fluent API builder from an existing instance.static InfoObserver
InfoObserver.create
(InfoObserverConfig config) Create a new Info observer using the provided configuration.InfoObserverConfig.BuilderBase.from
(InfoObserverConfig prototype) Update this builder from an existing prototype instance.