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++ - Convert big endian to little endian when reading from a binary file -

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

unicode - Are email addresses allowed to contain non-alphanumeric characters? -