Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed the improvements for Threads that are already done

...

We could move ThreadPoolProfile from org.apache.camel.spi to org.apache.camel and have it in the root package. We could introduce a ThreadPoolProfileBuilder for support builder style creation of profiles.
The API for ExecutorServiceManagement could add support for creating new thread pools based on a profile. Then people can use the builder style to set the settings they want for the thread pool, and have the ExecutorServiceManagement create the thread pool.