-
- All Known Subinterfaces:
MetricsSupport,OpenApiUi,RestServiceSupport,StaticContentSupport
- All Known Implementing Classes:
AccessLogSupport,CorsSupport,FormParamsSupport,GraphQlSupport,HealthSupport,HelidonRestServiceSupport,JerseySupport,JsonService,MetricsSupport,MicrometerSupport,MinimalMetricsSupport,OciMetricsSupport,OidcSupport,OpenAPISupport,OpenApiUiBase,PrometheusSupport,StaticContentSupport,TyrusSupport,WebSecurity
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface Service
Encapsulates a set ofroutingrules and related logic.Instance can be assigned to the
routingusingregister(...)methods.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdate(Routing.Rules rules)UpdatesRouting.Ruleswithhandlersrepresenting this service.
-
-
-
Method Detail
-
update
void update(Routing.Rules rules)
UpdatesRouting.Ruleswithhandlersrepresenting this service.- Parameters:
rules- a routing rules to update
-
-