davsclaus commented on PR #15496: URL: https://github.com/apache/camel/pull/15496#issuecomment-2373028006
We can expose beforeExecute/afterExecute from `ThreadPoolExecutor` that should make this easier. And its also more correct as these callbacks are invoked just before the runnable is being executed by the current thread. Then we can find a nicer way to do this without having to wrap every thread pool executor implementation in Camel. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org