mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-08 11:59:25 +00:00
This commit allows implementors of the `HandledTransportAction` to specify what thread the action should be executed on. The motivation for this commit is that certain CCR requests should be performed on the generic threadpool.