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 MetricsSupport
MetricsSupport. create(MetricsSettings metricsSettings, RestServiceSettings restServiceSettings)
Create an instance to be registered with Web Server with the specific metrics settings.MetricsSupport
MetricsSupportProviderImpl. 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 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 RestServiceSettings Modifier and Type Method Description T
MetricsSupportProvider. 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 RestServiceSettings
RestServiceSettings.Builder. build()
Creates theRestServiceSettings
instance from the builder settings.static RestServiceSettings
RestServiceSettings. create()
Creates a new instance with default settings.static RestServiceSettings
RestServiceSettings. 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)
-