Uses of Class
io.helidon.webserver.observe.ObserveFeature
Packages that use ObserveFeature
-
Uses of ObserveFeature in io.helidon.webserver.observe
Methods in io.helidon.webserver.observe that return ObserveFeatureModifier and TypeMethodDescriptionstatic ObserveFeature
ObserveFeature.create()
Create a new support with default configuration and a list of providers discovered byServiceLoader
.static ObserveFeature
Create a new support with custom configuration.static ObserveFeature
ObserveFeature.create
(io.helidon.webserver.observe.ObserveFeatureConfig config) Create a new observe feature based on its configuration.static ObserveFeature
Create a new support with default configuration and an explicit list of observers.static ObserveFeature
Create a new observe feature customizing its configuration.static ObserveFeature
Create a new support with default configuration and an explicit list of observers.