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

Sebastian Łaskawiec (JIRA) issues at jboss.org
Mon Jul 9 08:26:00 EDT 2018


     [ https://issues.jboss.org/browse/ISPN-7357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebastian Łaskawiec reassigned ISPN-7357:
-----------------------------------------

    Assignee: Katia Aresti  (was: Sebastian Łaskawiec)


> 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: Katia Aresti
>
> 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.5.0#75005)



More information about the infinispan-issues mailing list