Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
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