-
public interface FlushableExecutorService.FactoryA Factory for a FlushableExecutorService implementation.
-
-
Method Summary
Modifier and Type Method Description abstract FlushableExecutorServicecreate(InternalLogger internalLogger, String executorContext, BackPressureStrategy backPressureStrategy)Create an instance of FlushableExecutorService. -
-
Method Detail
-
create
abstract FlushableExecutorService create(InternalLogger internalLogger, String executorContext, BackPressureStrategy backPressureStrategy)
Create an instance of FlushableExecutorService.
- Parameters:
internalLogger- the internal loggerexecutorContext- Context to be used for logging and naming threads running on this executor.backPressureStrategy- the strategy to handle back-pressure
-
-
-
-