private ThreadPoolProfileDefinition threadPoolDefinition;
public ThreadPoolBuilder(CamelContext camelContext) {
this.camelContext = camelContext;
// use the default thread profile as the base
this.threadPoolDefinition = new ThreadPoolProfileDefinition(camelContext.getExecutorServiceStrategy().getDefaultThreadPoolProfile());
}