Uses of Interface
io.helidon.reactive.servicecommon.RestServiceSupport
Packages that use RestServiceSupport
Package
Description
Support for Micrometer in Helidon SE.
Health check support for helidon SE.
Metrics endpoint for reactive WebServer.
Support types for REST services.
-
Uses of RestServiceSupport in io.helidon.integrations.micrometer
Classes in io.helidon.integrations.micrometer that implement RestServiceSupport -
Uses of RestServiceSupport in io.helidon.reactive.health
Classes in io.helidon.reactive.health that implement RestServiceSupportModifier and TypeClassDescriptionfinal classHealth check support for integration with webserver, to expose the health endpoint. -
Uses of RestServiceSupport in io.helidon.reactive.metrics
Classes in io.helidon.reactive.metrics that implement RestServiceSupportModifier and TypeClassDescriptionclassSupport for metrics for Helidon Web Server. -
Uses of RestServiceSupport in io.helidon.reactive.servicecommon
Classes in io.helidon.reactive.servicecommon that implement RestServiceSupportModifier and TypeClassDescriptionclassCommon base implementation for service support classes which involve REST endpoints.