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 TypeMethodDescriptionObserveFeatureConfig.Builder.build()
ObserveFeatureConfig.BuilderBase.ObserveFeatureConfigImpl.build()
static 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
(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
ObserveFeature.create
(Consumer<ObserveFeatureConfig.Builder> consumer) Create a new observe feature customizing its configuration.ObserveFeatureConfig.BuilderBase.ObserveFeatureConfigImpl.get()
static ObserveFeature
Create a new support with default configuration and an explicit list of observers.