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 ObserveFeatureObserveFeature.create()Create a new support with default configuration and a list of providers discovered byServiceLoader.static ObserveFeatureCreate a new support with custom configuration.static ObserveFeatureObserveFeature.create(ObserveFeatureConfig config) Create a new observe feature based on its configuration.static ObserveFeatureCreate a new support with default configuration and an explicit list of observers.static ObserveFeatureObserveFeature.create(Consumer<ObserveFeatureConfig.Builder> consumer) Create a new observe feature customizing its configuration.ObserveFeatureConfig.BuilderBase.ObserveFeatureConfigImpl.get()static ObserveFeatureCreate a new support with default configuration and an explicit list of observers.