elasticsearch/qa/custom-rest-controller
Tim Vernum 3093c40b8b
Make RestController pluggable (#98187)
This commit changes the ActionModules to allow  the RestController to be
provided by an internal plugin.

It renames  `RestInterceptorActionPlugin` to `RestServerActionPlugin`
and adds a new `getRestController` method to it.

There may be multiple RestServerActionPlugins installed on a node, but
only 1 may provide a Rest Wrapper (getRestHandlerInterceptor) and only 1
may provide a RestController (getRestController).
2023-08-08 01:29:24 -04:00
..
src/javaRestTest/java Make RestController pluggable (#98187) 2023-08-08 01:29:24 -04:00
build.gradle Make RestController pluggable (#98187) 2023-08-08 01:29:24 -04:00