Uses of Class
io.helidon.webserver.observe.ObserveFeature
Packages that use ObserveFeature
-
Uses of ObserveFeature in io.helidon.webserver.observe
Classes in io.helidon.webserver.observe that implement interfaces with type arguments of type ObserveFeatureModifier and TypeClassDescriptionstatic classFluent API builder forObserveFeature.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.classProvider implementation for the observe feature forWebServer, discoverable throughServiceRegistryandServiceLoader.Methods in io.helidon.webserver.observe that return ObserveFeatureModifier and TypeMethodDescriptionObserveFeatureConfig.Builder.build()Create an instance from this builder.ObserveFeatureConfig.BuilderBase.ObserveFeatureConfigImpl.build()Create a new runtime instance from this prototype.static ObserveFeatureObserveFeature.create()Create a new support with default configuration and a list of providers discovered byServiceLoader.static ObserveFeatureCreate a new support with custom configuration.static ObserveFeatureObserveFeature.create(ObserveFeatureConfig config) Create a new observe feature based on its configuration.static ObserveFeatureCreate a new support with default configuration and an explicit list of observers.static ObserveFeatureObserveFeature.create(Consumer<ObserveFeatureConfig.Builder> consumer) Create a new observe feature customizing its configuration.ObserveFeatureProvider.create(Config config, String name, ServiceRegistry serviceRegistry) ObserveFeatureConfig.BuilderBase.ObserveFeatureConfigImpl.get()static ObserveFeatureCreate a new support with default configuration and an explicit list of observers.