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 forObserveFeatureConfig.Classes in io.helidon.webserver.observe that implement ObserveFeatureConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type ObserveFeatureConfig in io.helidon.webserver.observeClasses in io.helidon.webserver.observe that implement interfaces with type arguments of type ObserveFeatureConfigModifier and TypeClassDescriptionclassSupport for all observe providers that are available (or configured).Methods in io.helidon.webserver.observe that return ObserveFeatureConfigModifier and TypeMethodDescriptionObserveFeatureConfig.Builder.buildPrototype()Create an instance of the prototype.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.