Weld - Asynchronous event observers -


i using weld observe events. thought there way specify if observer asynchronous or not, not finding annotation or documentation.

can observers asynchronous, if so, need make happen?

there open request this: cdi-31: asynchronous events.

depending on requirements, can, indicated in comment, set different transactional observer: if use after_completion or after_success, should seem application asynchronous execution. until framework solves , have found example using jms asynchronous execution in cdi.


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -