Uses of Class
io.helidon.servicecommon.rest.HelidonRestServiceSupport
Packages that use HelidonRestServiceSupport
Package
Description
Health check support for helidon SE.
Support for Micrometer in Helidon SE.
Metrics support for Java SE, uses the Microprofile metrics APIs and formats.
API and minimal implementation for metrics support service.
Support types for REST services.
-
Uses of HelidonRestServiceSupport in io.helidon.health
Subclasses of HelidonRestServiceSupport in io.helidon.healthModifier and TypeClassDescriptionfinal class
Health check support for integration with webserver, to expose the health endpoint. -
Uses of HelidonRestServiceSupport in io.helidon.integrations.micrometer
Subclasses of HelidonRestServiceSupport in io.helidon.integrations.micrometer -
Uses of HelidonRestServiceSupport in io.helidon.metrics
Subclasses of HelidonRestServiceSupport in io.helidon.metricsModifier and TypeClassDescriptionfinal class
Support for metrics for Helidon Web Server. -
Uses of HelidonRestServiceSupport in io.helidon.metrics.serviceapi
Subclasses of HelidonRestServiceSupport in io.helidon.metrics.serviceapi -
Uses of HelidonRestServiceSupport in io.helidon.servicecommon.rest
Classes in io.helidon.servicecommon.rest with type parameters of type HelidonRestServiceSupportModifier and TypeClassDescriptionstatic class
HelidonRestServiceSupport.Builder<B extends HelidonRestServiceSupport.Builder<B,
T>, T extends HelidonRestServiceSupport> Abstract implementation of aBuilder
for the service.