Uses of Interface
io.helidon.servicecommon.rest.RestServiceSettings
Packages that use RestServiceSettings
Package
Description
Metrics support for Java SE, uses the Microprofile metrics APIs and formats.
API and minimal implementation for metrics support service.
Service provider interfaces for locating implementations of the metrics support service.
Support types for REST services.
-
Uses of RestServiceSettings in io.helidon.metrics
Methods in io.helidon.metrics with parameters of type RestServiceSettingsModifier and TypeMethodDescriptionstatic MetricsSupport
MetricsSupport.create
(MetricsSettings metricsSettings, RestServiceSettings restServiceSettings) Create an instance to be registered with Web Server with the specific metrics settings.MetricsSupportProviderImpl.create
(MetricsSettings metricsSettings, RestServiceSettings restServiceSettings) Constructors in io.helidon.metrics with parameters of type RestServiceSettingsModifierConstructorDescriptionprotected
MetricsSupport
(MetricsSettings metricsSettings, RestServiceSettings restServiceSettings) Creates a newMetricsSupport
instance from the provides settings. -
Uses of RestServiceSettings in io.helidon.metrics.serviceapi
Methods in io.helidon.metrics.serviceapi with parameters of type RestServiceSettingsModifier and TypeMethodDescriptionstatic MetricsSupport
MetricsSupport.create
(MetricsSettings metricsSettings, RestServiceSettings restServiceSettings) Creates a newMetricsSupport
instance using the specified metrics settings and REST service settings. -
Uses of RestServiceSettings in io.helidon.metrics.serviceapi.spi
Methods in io.helidon.metrics.serviceapi.spi with parameters of type RestServiceSettingsModifier and TypeMethodDescriptionMetricsSupportProvider.create
(MetricsSettings metricsSettings, RestServiceSettings restServiceSettings) Create a new instance of the specific type ofMetricsSupport
. -
Uses of RestServiceSettings in io.helidon.servicecommon.rest
Methods in io.helidon.servicecommon.rest that return RestServiceSettingsModifier and TypeMethodDescriptionRestServiceSettings.Builder.build()
Creates theRestServiceSettings
instance from the builder settings.static RestServiceSettings
RestServiceSettings.create()
Creates a new instance with default settings.static RestServiceSettings
Creates a new instance using values from the provided config.Constructors in io.helidon.servicecommon.rest with parameters of type RestServiceSettingsModifierConstructorDescriptionprotected
HelidonRestServiceSupport
(Logger logger, RestServiceSettings restServiceSettings, String serviceName) Creates a new service support instance with the specified logger, REST settings, and service name.