Uses of Class
io.helidon.reactive.servicecommon.HelidonRestServiceSupport
Packages that use HelidonRestServiceSupport
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 HelidonRestServiceSupport in io.helidon.integrations.micrometer
Subclasses of HelidonRestServiceSupport in io.helidon.integrations.micrometer -
Uses of HelidonRestServiceSupport in io.helidon.reactive.health
Subclasses of HelidonRestServiceSupport in io.helidon.reactive.healthModifier and TypeClassDescriptionfinal classHealth check support for integration with webserver, to expose the health endpoint. -
Uses of HelidonRestServiceSupport in io.helidon.reactive.metrics
Subclasses of HelidonRestServiceSupport in io.helidon.reactive.metricsModifier and TypeClassDescriptionclassSupport for metrics for Helidon Web Server. -
Uses of HelidonRestServiceSupport in io.helidon.reactive.servicecommon
Classes in io.helidon.reactive.servicecommon with type parameters of type HelidonRestServiceSupportModifier and TypeClassDescriptionstatic classHelidonRestServiceSupport.Builder<B extends HelidonRestServiceSupport.Builder<B,T>, T extends HelidonRestServiceSupport> Abstract implementation of aBuilderfor the service.