[infinispan-issues] [JBoss JIRA] (ISPN-7357) Implement ClusterExecutor support in CDI

Sebastian Łaskawiec (JIRA) issues at jboss.org
Mon Jan 16 04:11:00 EST 2017


Sebastian Łaskawiec created ISPN-7357:
-----------------------------------------

             Summary: Implement ClusterExecutor support in CDI
                 Key: ISPN-7357
                 URL: https://issues.jboss.org/browse/ISPN-7357
             Project: Infinispan
          Issue Type: Feature Request
            Reporter: Sebastian Łaskawiec
            Assignee: Sebastian Łaskawiec


Currently CDI supports only {{DefaultExecutorService}}. We should add support also for {{ClusterExecutor}}.

However there is a simple workaround for this:
{code}
@Inject
EmbeddedCacheManager ecm;
...
ecm.executor().submit(myRunnable);
{code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)



More information about the infinispan-issues mailing list