public interface ExecutorServiceAware
ExecutorService
.Modifier and Type | Method and Description |
---|---|
ExecutorService |
getExecutorService()
Gets the executor service
|
String |
getExecutorServiceRef()
Gets the reference to lookup in the
Registry for the executor service to be used. |
void |
setExecutorService(ExecutorService executorService)
Sets the executor service to be used.
|
void |
setExecutorServiceRef(String executorServiceRef)
Sets a reference to lookup in the
Registry for the executor service to be used. |
ExecutorService getExecutorService()
void setExecutorService(ExecutorService executorService)
executorService
- the executorString getExecutorServiceRef()
Registry
for the executor service to be used.Apache Camel