public interface ExecutorServiceAwareDefinition<Type extends ProcessorDefinition<?>> extends ExecutorServiceAware
ExecutorService| Modifier and Type | Method and Description |
|---|---|
Type |
executorService(ExecutorService executorService)
Setting the executor service for executing
|
Type |
executorServiceRef(String executorServiceRef)
Setting the executor service for executing
|
getExecutorService, getExecutorServiceRef, setExecutorService, setExecutorServiceRefType executorService(ExecutorService executorService)
executorService - the executor serviceType executorServiceRef(String executorServiceRef)
executorServiceRef - reference for a ExecutorService
to lookup in the RegistryApache Camel