Class WithinThreadExecutorFactory

java.lang.Object
org.infinispan.executors.WithinThreadExecutorFactory
All Implemented Interfaces:
ExecutorFactory

public class WithinThreadExecutorFactory extends Object implements ExecutorFactory
Executor factory that creates WithinThreadExecutor. This executor executes the tasks in the caller thread.
Since:
5.3
Author:
Pedro Ruivo