- All Known Implementing Classes:
JsonService
- 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 TypeMethodDescriptionvoidupdate(Routing.Rules rules) UpdatesRouting.Ruleswithhandlersrepresenting this service.
-
Method Details
-
update
UpdatesRouting.Ruleswithhandlersrepresenting this service.- Parameters:
rules- a routing rules to update
-