Uses of Interface
io.helidon.servicecommon.rest.RestServiceSupport
Packages that use 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
Classes in io.helidon.health that implement RestServiceSupportModifier and TypeClassDescriptionfinal class
Health check support for integration with webserver, to expose the health endpoint. -
Uses of RestServiceSupport in io.helidon.integrations.micrometer
Classes in io.helidon.integrations.micrometer that implement RestServiceSupport -
Uses of RestServiceSupport in io.helidon.metrics
Classes in io.helidon.metrics that implement RestServiceSupportModifier and TypeClassDescriptionfinal class
Support for metrics for Helidon Web Server. -
Uses of RestServiceSupport in io.helidon.metrics.serviceapi
Subinterfaces of RestServiceSupport in io.helidon.metrics.serviceapiModifier and TypeInterfaceDescriptioninterface
Behavior for supporting metrics for the Helidon Web Server.Classes in io.helidon.metrics.serviceapi that implement RestServiceSupport -
Uses of RestServiceSupport in io.helidon.servicecommon.rest
Classes in io.helidon.servicecommon.rest that implement RestServiceSupportModifier and TypeClassDescriptionclass
Common base implementation for service support classes which involve REST endpoints. -
Uses of RestServiceSupport in io.helidon.servicecommon.restcdi
Classes in io.helidon.servicecommon.restcdi with type parameters of type RestServiceSupportModifier and TypeClassDescriptionclass
HelidonRestCdiExtension<T extends RestServiceSupport>
Abstract superclass of service-specific, REST-based CDI extensions.