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

Convert listeners to work with async interceptor stack

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 10.0.0.Final
    • None
    • Listeners
    • None
    • DataGrid Sprint #29

      Currently a sync listener will block the thread that is notifying it. It should return a CompletableFuture to integrate properly with the async stack to be notified upon completion.

      Also we should not invoke "alien" listeners on the same thread as they could block. We should allow listener to make itself async in some manner (ie. return type is CompletableFuture<Void>).

              wburns@redhat.com Will Burns
              wburns@redhat.com Will Burns
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: