Uses of Interface
io.helidon.servicecommon.rest.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
Modifier 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) ModifierConstructorDescriptionprotected
MetricsSupport
(MetricsSettings metricsSettings, RestServiceSettings restServiceSettings) Creates a newMetricsSupport
instance from the provides settings. -
Uses of RestServiceSettings in io.helidon.metrics.serviceapi
Modifier 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
Modifier and TypeMethodDescriptionMetricsSupportProvider.create
(MetricsSettings metricsSettings, RestServiceSettings restServiceSettings) Create a new instance of the specific type ofMetricsSupport
. -
Uses of RestServiceSettings in io.helidon.servicecommon.rest
Modifier 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.ModifierConstructorDescriptionprotected
HelidonRestServiceSupport
(Logger logger, RestServiceSettings restServiceSettings, String serviceName) Creates a new service support instance with the specified logger, REST settings, and service name.