I have a class MyTaskRunner that uses Executor to run Callable tasks asynchronously, in this class there is an Handler binded
MyTaskRunner
Executor
Callable
Handler