Interface LuceneWorkExecutorProvider.Context
-
- Enclosing interface:
- LuceneWorkExecutorProvider
public static interface LuceneWorkExecutorProvider.Context
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigurationPropertySourcepropertySource()Gives access to various configuration properties that might be useful during executor instantiation.StringrecommendedThreadNamePrefix()ThreadPoolProviderthreadPoolProvider()
-
-
-
Method Detail
-
threadPoolProvider
ThreadPoolProvider threadPoolProvider()
- Returns:
- A provider of thread pools.
-
propertySource
ConfigurationPropertySource propertySource()
Gives access to various configuration properties that might be useful during executor instantiation.
-
recommendedThreadNamePrefix
String recommendedThreadNamePrefix()
- Returns:
- recommended thread name prefix that can be passed to work executor. Recommendation is based on the instantiation context.
-
-