Uses of Interface
io.helidon.servicecommon.rest.RestServiceSettings
-
Packages that use RestServiceSettings Package Description io.helidon.metrics Metrics support for Java SE, uses the Microprofile metrics APIs and formats.io.helidon.metrics.serviceapi API and minimal implementation for metrics support service.io.helidon.metrics.serviceapi.spi Service provider interfaces for locating implementations of the metrics support service.io.helidon.servicecommon.rest Support types for REST services. -
-
Uses of RestServiceSettings in io.helidon.metrics
Methods in io.helidon.metrics with parameters of type RestServiceSettings Modifier and Type Method Description static MetricsSupportMetricsSupport. create(MetricsSettings metricsSettings, RestServiceSettings restServiceSettings)Create an instance to be registered with Web Server with the specific metrics settings.MetricsSupportMetricsSupportProviderImpl. create(MetricsSettings metricsSettings, RestServiceSettings restServiceSettings)Constructors in io.helidon.metrics with parameters of type RestServiceSettings Constructor Description MetricsSupport(MetricsSettings metricsSettings, RestServiceSettings restServiceSettings) -
Uses of RestServiceSettings in io.helidon.metrics.serviceapi
Methods in io.helidon.metrics.serviceapi with parameters of type RestServiceSettings Modifier and Type Method Description static MetricsSupportMetricsSupport. create(MetricsSettings metricsSettings, RestServiceSettings restServiceSettings)Creates a newMetricsSupportinstance 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 RestServiceSettings Modifier and Type Method Description TMetricsSupportProvider. 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 RestServiceSettings Modifier and Type Method Description RestServiceSettingsRestServiceSettings.Builder. build()Creates theRestServiceSettingsinstance from the builder settings.static RestServiceSettingsRestServiceSettings. create()Creates a new instance with default settings.static RestServiceSettingsRestServiceSettings. create(Config config)Creates a new instance using values from the provided config.Constructors in io.helidon.servicecommon.rest with parameters of type RestServiceSettings Constructor Description HelidonRestServiceSupport(Logger logger, RestServiceSettings restServiceSettings, String serviceName)
-