Uses of Class
io.helidon.webserver.observe.ObserveFeatureConfig.Builder
Packages that use ObserveFeatureConfig.Builder
-
Uses of ObserveFeatureConfig.Builder in io.helidon.webserver.observe
Methods in io.helidon.webserver.observe that return ObserveFeatureConfig.BuilderModifier and TypeMethodDescriptionstatic ObserveFeatureConfig.BuilderObserveFeature.builder()A new builder to customize observe support.static ObserveFeatureConfig.BuilderObserveFeatureConfig.builder()Create a new fluent API builder to customize configuration.static ObserveFeatureConfig.BuilderObserveFeatureConfig.builder(ObserveFeatureConfig instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.webserver.observe with type arguments of type ObserveFeatureConfig.BuilderModifier and TypeMethodDescriptionstatic ObserveFeatureObserveFeature.create(Consumer<ObserveFeatureConfig.Builder> consumer) Create a new observe feature customizing its configuration.