We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6f8a1 commit 029b101Copy full SHA for 029b101
docs/internal/GeneralArchitectureGuide.md
@@ -18,7 +18,7 @@ More information on CCR/CCS can be found in the [Distributed architecture guide]
18
All REST handlers exposed by Elasticsearch are registered in [ActionModule#initRestHandlers]. This method registers all the
19
REST actions with the [RestController] using [#registerHandler(...)][RestController#registerHandler]. These registrations populate
20
a map of [routes][RestHandler#routes] to [RestHandler]s to allow routing of incoming HTTP requests to their respective handlers.
21
-There are many built-in REST endpoints configured statically in [ActionModule][ActionModule#initRestHandlers], and additional
+There are many REST endpoints configured statically in [ActionModule][ActionModule#initRestHandlers], and additional
22
endpoints can be contributed by [ActionPlugin]s by implementing the [getRestHandlers] method.
23
24
Typically, REST actions follow the class naming convention `Rest*Action`, which makes them easier to find, but not always; the
0 commit comments