Package io.micronaut.cache.infinispan
Class MicronautExecutorFactory
java.lang.Object
io.micronaut.cache.infinispan.MicronautExecutorFactory
- All Implemented Interfaces:
org.infinispan.commons.executors.ExecutorFactory
@Singleton
public class MicronautExecutorFactory
extends Object
implements org.infinispan.commons.executors.ExecutorFactory
An
ExecutorFactory
implementation based on the existing IO ExecutorService
bean.- Since:
- 1.0.0
- Author:
- Álvaro Sánchez-Mariscal
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MicronautExecutorFactory
- Parameters:
executorService
- the executor service
-
-
Method Details
-
getExecutor
- Specified by:
getExecutor
in interfaceorg.infinispan.commons.executors.ExecutorFactory
-