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 class
ObserveFeatureConfig.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 class
Generated 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 ObserveFeatureConfig
ObserveFeatureConfig.create()
Create a new instance with default values.static ObserveFeatureConfig
Create a new instance from configuration.ObserveFeature.prototype()
Methods in io.helidon.webserver.observe with parameters of type ObserveFeatureConfigModifier and TypeMethodDescriptionstatic ObserveFeatureConfig.Builder
ObserveFeatureConfig.builder
(ObserveFeatureConfig instance) Create a new fluent API builder from an existing instance.static ObserveFeature
ObserveFeature.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.