Multiple Listeners for single Event
Hi all,
I am new to AEM Listener.I have created listners for a single event but right now I have a scenario where I want to call two different listeners on one event trigger.
For example: I have a event(Page Activation)which triggers two listener (ex:OSGi API based listener) , (ex:Sling API based listener).
I want to know which listener will be called first.
In short, I want to know if there is any preference given to any listener. Or is there any way to call specified listener first and then the others.
Thank you!!