Uses of Interface
io.helidon.webserver.observe.ObserveFeatureConfig
-
Uses of ObserveFeatureConfig in io.helidon.webserver.observe
Modifier and TypeClassDescriptionstatic class
ObserveFeatureConfig.BuilderBase<BUILDER extends ObserveFeatureConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ObserveFeatureConfig> Fluent API builder base forObserveFeature
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier 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()
Modifier 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.