Uses of Interface
io.helidon.webserver.observe.ObserverConfigBase
Package
Description
Helidon WebServer Observability Support.
Helidon WebServer Observability Config Support.
Helidon WebServer Observability Health Support.
Helidon WebServer Observability Info Support.
Helidon WebServer Observability Log Support.
Helidon WebServer Observability Metrics Support.
Helidon WebServer Observability SPI.
Helidon WebServer Tracing Observability Support.
-
Uses of ObserverConfigBase in io.helidon.webserver.observe
Modifier and TypeClassDescriptionstatic class
ObserverConfigBase.BuilderBase<BUILDER extends ObserverConfigBase.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ObserverConfigBase> Fluent API builder base forObserverConfigBase
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionObserverConfigBase.Builder.build()
ObserverConfigBase.Builder.buildPrototype()
Modifier and TypeMethodDescriptionstatic ObserverConfigBase.Builder
ObserverConfigBase.builder
(ObserverConfigBase instance) Create a new fluent API builder from an existing instance.ObserverConfigBase.BuilderBase.from
(ObserverConfigBase prototype) Update this builder from an existing prototype instance. -
Uses of ObserverConfigBase in io.helidon.webserver.observe.config
Modifier and TypeInterfaceDescriptioninterface
Interface generated from definition.(package private) interface
io.helidon.webserver.observe.config.ConfigObserverConfigBlueprint
Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of ObserverConfigBase in io.helidon.webserver.observe.health
Modifier and TypeInterfaceDescriptioninterface
Configuration of Health observer.(package private) interface
io.helidon.webserver.observe.health.HealthObserverConfigBlueprint
Configuration of Health observer.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of ObserverConfigBase in io.helidon.webserver.observe.info
Modifier and TypeInterfaceDescriptioninterface
Info Observer configuration.(package private) interface
io.helidon.webserver.observe.info.InfoObserverConfigBlueprint
Info Observer configuration.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of ObserverConfigBase in io.helidon.webserver.observe.log
Modifier and TypeInterfaceDescriptioninterface
Log Observer configuration.(package private) interface
io.helidon.webserver.observe.log.LogObserverConfigBlueprint
Log Observer configuration.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of ObserverConfigBase in io.helidon.webserver.observe.metrics
Modifier and TypeInterfaceDescriptioninterface
Metrics Observer configuration.(package private) interface
io.helidon.webserver.observe.metrics.MetricsObserverConfigBlueprint
Metrics Observer configuration.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of ObserverConfigBase in io.helidon.webserver.observe.spi
-
Uses of ObserverConfigBase in io.helidon.webserver.observe.tracing
Modifier and TypeInterfaceDescriptioninterface
Configuration of Tracing observer.(package private) interface
io.helidon.webserver.observe.tracing.TracingObserverConfigBlueprint
Configuration of Tracing observer.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.