Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

list of event listeners

Avatar

Level 5

Hi everyone,

 

Where I can see list of event listeners and event handlers registered in aem instance.

 

Thanks,

Sandeep.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Sandeep6 

Below is the JCR Event api, you can find supported events under Field Summary section.

https://docs.adobe.com/docs/en/spec/jsr170/javadocs/jcr-1.0/javax/jcr/observation/Event.html

AG

View solution in original post

5 Replies

Avatar

Correct answer by
Community Advisor

Hi @Sandeep6 

Below is the JCR Event api, you can find supported events under Field Summary section.

https://docs.adobe.com/docs/en/spec/jsr170/javadocs/jcr-1.0/javax/jcr/observation/Event.html

AG

Avatar

Community Advisor

Hi @Sandeep6 ,

I think http://localhost:4502/system/console/events is the place you are looking for.

Hope this will help.

Umesh Thakur