Package org.infinispan.executors
Class WithinThreadExecutorFactory
java.lang.Object
org.infinispan.executors.WithinThreadExecutorFactory
- All Implemented Interfaces:
ExecutorFactory
Executor factory that creates WithinThreadExecutor. This executor executes the tasks in the caller thread.
- Since:
- 5.3
- Author:
- Pedro Ruivo
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
WithinThreadExecutorFactory
public WithinThreadExecutorFactory()
-
-
Method Details
-
getExecutor
- Specified by:
getExecutor
in interfaceExecutorFactory
-