Uploaded image for project: 'Weld'
  1. Weld
  2. WELD-1976

Align async events with EDR1

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 3.0.0.Alpha12
    • 3.0.0.Alpha10
    • Events

      Make sure the async event implementation matches what's defined in EDR1, namely:

      • make a distinction between a synchronous and asynchronous (@ObservesAsync) observers
      • fire() should only notify sync observers
      • fireAsync() should notify sync observers first and then async ones in a worker thread
      • use FireAsyncException
      • keep current async notification semantics (observers notified serially in a single worker thread) but add special exception handling (an exception does not abort the async chain)

            mkouba@redhat.com Martin Kouba
            rhn-engineering-jharting Jozef Hartinger
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: