Uses of Interface
io.helidon.servicecommon.rest.RestServiceSupport
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.
General-purpose reusable artifacts to help write CDI extensions, annotation processing, and interceptors for Helidon
services.
-
Uses of RestServiceSupport in io.helidon.health
Modifier and TypeClassDescriptionfinal class
Health check support for integration with webserver, to expose the health endpoint. -
Uses of RestServiceSupport in io.helidon.integrations.micrometer
-
Uses of RestServiceSupport in io.helidon.metrics
Modifier and TypeClassDescriptionfinal class
Support for metrics for Helidon Web Server. -
Uses of RestServiceSupport in io.helidon.metrics.serviceapi
Modifier and TypeInterfaceDescriptioninterface
Behavior for supporting metrics for the Helidon Web Server. -
Uses of RestServiceSupport in io.helidon.servicecommon.rest
Modifier and TypeClassDescriptionclass
Common base implementation for service support classes which involve REST endpoints. -
Uses of RestServiceSupport in io.helidon.servicecommon.restcdi
Modifier and TypeClassDescriptionclass
HelidonRestCdiExtension<T extends RestServiceSupport>
Abstract superclass of service-specific, REST-based CDI extensions.