Uses of Interface
io.helidon.webserver.observe.ObserveFeatureConfig
Packages that use ObserveFeatureConfig
-
Uses of ObserveFeatureConfig in io.helidon.webserver.observe
Classes in io.helidon.webserver.observe with type parameters of type ObserveFeatureConfigModifier and TypeClassDescriptionstatic classObserveFeatureConfig.BuilderBase<BUILDER extends ObserveFeatureConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ObserveFeatureConfig> Fluent API builder base forObserveFeature.Classes in io.helidon.webserver.observe that implement ObserveFeatureConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver.observe that return ObserveFeatureConfigModifier and TypeMethodDescriptionObserveFeatureConfig.Builder.buildPrototype()static ObserveFeatureConfigObserveFeatureConfig.create()Create a new instance with default values.static ObserveFeatureConfigCreate a new instance from configuration.ObserveFeature.prototype()Methods in io.helidon.webserver.observe with parameters of type ObserveFeatureConfigModifier and TypeMethodDescriptionstatic ObserveFeatureConfig.BuilderObserveFeatureConfig.builder(ObserveFeatureConfig instance) Create a new fluent API builder from an existing instance.static ObserveFeatureObserveFeature.create(ObserveFeatureConfig config) Create a new observe feature based on its configuration.ObserveFeatureConfig.BuilderBase.from(ObserveFeatureConfig prototype) Update this builder from an existing prototype instance.