Uses of Interface
io.helidon.webserver.observe.ObserverConfigBase
Packages that use 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
Classes in io.helidon.webserver.observe with type parameters of type ObserverConfigBaseModifier and TypeClassDescriptionstatic class
ObserverConfigBase.BuilderBase<BUILDER extends ObserverConfigBase.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ObserverConfigBase> Fluent API builder base forObserverConfigBase
.Classes in io.helidon.webserver.observe that implement ObserverConfigBaseModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver.observe that return ObserverConfigBaseModifier and TypeMethodDescriptionObserverConfigBase.Builder.build()
ObserverConfigBase.Builder.buildPrototype()
Methods in io.helidon.webserver.observe with parameters of type ObserverConfigBaseModifier 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
Subinterfaces of ObserverConfigBase in io.helidon.webserver.observe.configModifier and TypeInterfaceDescriptioninterface
Interface generated from definition.(package private) interface
io.helidon.webserver.observe.config.ConfigObserverConfigBlueprint
Classes in io.helidon.webserver.observe.config that implement ObserverConfigBaseModifier 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
Subinterfaces of ObserverConfigBase in io.helidon.webserver.observe.healthModifier and TypeInterfaceDescriptioninterface
Configuration of Health observer.(package private) interface
io.helidon.webserver.observe.health.HealthObserverConfigBlueprint
Configuration of Health observer.Classes in io.helidon.webserver.observe.health that implement ObserverConfigBaseModifier 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
Subinterfaces of ObserverConfigBase in io.helidon.webserver.observe.infoModifier and TypeInterfaceDescriptioninterface
Info Observer configuration.(package private) interface
io.helidon.webserver.observe.info.InfoObserverConfigBlueprint
Info Observer configuration.Classes in io.helidon.webserver.observe.info that implement ObserverConfigBaseModifier 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
Subinterfaces of ObserverConfigBase in io.helidon.webserver.observe.logModifier and TypeInterfaceDescriptioninterface
Log Observer configuration.(package private) interface
io.helidon.webserver.observe.log.LogObserverConfigBlueprint
Log Observer configuration.Classes in io.helidon.webserver.observe.log that implement ObserverConfigBaseModifier 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
Subinterfaces of ObserverConfigBase in io.helidon.webserver.observe.metricsModifier and TypeInterfaceDescriptioninterface
Metrics Observer configuration.(package private) interface
io.helidon.webserver.observe.metrics.MetricsObserverConfigBlueprint
Metrics Observer configuration.Classes in io.helidon.webserver.observe.metrics that implement ObserverConfigBaseModifier 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
Methods in io.helidon.webserver.observe.spi that return ObserverConfigBase -
Uses of ObserverConfigBase in io.helidon.webserver.observe.tracing
Subinterfaces of ObserverConfigBase in io.helidon.webserver.observe.tracingModifier and TypeInterfaceDescriptioninterface
Configuration of Tracing observer.(package private) interface
io.helidon.webserver.observe.tracing.TracingObserverConfigBlueprint
Configuration of Tracing observer.Classes in io.helidon.webserver.observe.tracing that implement ObserverConfigBaseModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.