Hi All,
Is there any way that we can make listners async? I found https://bitbucket.org/atlassianlabs/async-events-tutorial and just wanted to check whether any other way.
Thanks,
Ishan
@AsynchronousPreferred
mentioned in the tutorial is probably your best choice. I don't see any reasons not to use it, it's very simple. As mentioned in this answer if you have an originally synchronous event, you can then re-publish it via EventPublisher
creating your own Asynchronous Event.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Aren't JIRA listeners already asynchronous? Anyway, you can always create a new execution thread and let it do the rest of the work to avoid blocking the caller of your listener handler.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.