- All Known Subinterfaces:
MetricsSupport
,OpenApiUi
,RestServiceSupport
,StaticContentSupport
- All Known Implementing Classes:
AccessLogSupport
,CorsSupport
,GraphQlSupport
,HealthSupport
,HelidonRestServiceSupport
,JerseySupport
,JsonService
,MetricsSupport
,MicrometerSupport
,MinimalMetricsSupport
,OciMetricsSupport
,OidcSupport
,OpenAPISupport
,OpenApiUiBase
,PrometheusSupport
,WebSecurity
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Encapsulates a set of
routing
rules and related logic.
Instance can be assigned to the routing
using
register(...)
methods.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
update
(Routing.Rules rules) UpdatesRouting.Rules
withhandlers
representing this service.
-
Method Details
-
update
UpdatesRouting.Rules
withhandlers
representing this service.- Parameters:
rules
- a routing rules to update
-