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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -