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

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -