Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-7357

Implement ClusterExecutor support in CDI

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Unresolved
    • Major
    • None
    • None
    • None
    • None

    Description

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

      However there is a simple workaround for this:

      @Inject
      EmbeddedCacheManager ecm;
      ...
      ecm.executor().submit(myRunnable);
      

      Attachments

        Activity

          People

            karestig@redhat.com Katia Aresti
            slaskawi@redhat.com Sebastian Ɓaskawiec (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: