Package io.helidon.servicecommon.rest
Interface RestServiceSupport
- All Superinterfaces:
Service
- All Known Subinterfaces:
MetricsSupport
- All Known Implementing Classes:
HealthSupport
,HelidonRestServiceSupport
,MetricsSupport
,MicrometerSupport
,MinimalMetricsSupport
Required behavior (primarily required by
HelidonRestCdiExtension
of service support implementations.-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureEndpoint
(Routing.Rules defaultRules, Routing.Rules serviceEndpointRoutingRules) Configures service endpoint on the provided routing rules.
-
Method Details
-
configureEndpoint
Configures service endpoint on the provided routing rules. This method just adds the endpoint path (as defaulted or configured).- Parameters:
defaultRules
- default routing rules (also acceptsRouting.Builder
serviceEndpointRoutingRules
- actual rules (if different from default) for the service endpoint
-