Uses of Interface
io.helidon.webserver.observe.spi.Observer
Packages that use Observer
Package
Description
Microprofile 1.0 server implementation.
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 Observer in io.helidon.microprofile.server
Methods in io.helidon.microprofile.server with parameters of type ObserverModifier and TypeMethodDescriptionvoid
ServerCdiExtension.addObserver
(Observer observer) Add an observer, probably from an observer specific CDI extension. -
Uses of Observer in io.helidon.webserver.observe
Methods in io.helidon.webserver.observe that return types with arguments of type ObserverModifier and TypeMethodDescriptionObserveFeatureConfig.BuilderBase.ObserveFeatureConfigImpl.observers()
ObserveFeatureConfig.BuilderBase.observers()
Observers to use with this observe features.Methods in io.helidon.webserver.observe with parameters of type ObserverModifier and TypeMethodDescriptionObserveFeatureConfig.BuilderBase.addObserver
(Observer observer) Observers to use with this observe features.static ObserveFeature
Create a new support with default configuration and an explicit list of observers.static ObserveFeature
Create a new support with default configuration and an explicit list of observers.Method parameters in io.helidon.webserver.observe with type arguments of type ObserverModifier and TypeMethodDescriptionObserveFeatureConfig.BuilderBase.addObservers
(List<? extends Observer> observers) Observers to use with this observe features.Observers to use with this observe features. -
Uses of Observer in io.helidon.webserver.observe.config
Classes in io.helidon.webserver.observe.config that implement ObserverMethods in io.helidon.webserver.observe.config that return Observer -
Uses of Observer in io.helidon.webserver.observe.health
Classes in io.helidon.webserver.observe.health that implement ObserverModifier and TypeClassDescriptionclass
Observer that registers health endpoint, and collects all health checks.Methods in io.helidon.webserver.observe.health that return Observer -
Uses of Observer in io.helidon.webserver.observe.info
Classes in io.helidon.webserver.observe.info that implement ObserverMethods in io.helidon.webserver.observe.info that return Observer -
Uses of Observer in io.helidon.webserver.observe.log
Classes in io.helidon.webserver.observe.log that implement ObserverModifier and TypeClassDescriptionclass
Observer for information about loggers, and possibly to obtain log stream.Methods in io.helidon.webserver.observe.log that return Observer -
Uses of Observer in io.helidon.webserver.observe.metrics
Classes in io.helidon.webserver.observe.metrics that implement ObserverModifier and TypeClassDescriptionclass
Support for metrics for Helidon WebServer.Methods in io.helidon.webserver.observe.metrics that return Observer -
Uses of Observer in io.helidon.webserver.observe.spi
Methods in io.helidon.webserver.observe.spi that return Observer -
Uses of Observer in io.helidon.webserver.observe.tracing
Classes in io.helidon.webserver.observe.tracing that implement ObserverModifier and TypeClassDescriptionclass
Observer that registers tracing endpoint, and collects all tracing checks.Methods in io.helidon.webserver.observe.tracing that return Observer