-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
9.0.0.Alpha1
-
None
The general idea is to automatically install a service per cache that exposes a DistributedExecutorService and expose it to users via jndi. Usage should be as simple as:
@Resource(lookup = "java:jboss/infinispan/executor/server/default") private DistributedExecutorService executor;
or
@Resource(lookup = "java:jboss/infinispan/executor/server/default") private ExecutorService executor;
the latter does not require the user to export any modules to their deployment.
- is cloned by
-
WFLY-4348 Expose ManagedExecutorService per channel to deployments
-
- Open
-