Spring Boot - Custom Events

Subscribers:
11,000
Published on ● Video Link: https://www.youtube.com/watch?v=heilrp4Foww



Duration: 20:49
4,814 views
112


Create and publish your own events that can trigger other parts of your Spring Boot application. We write a Custom Event and a Rest Controller to publish the Custom Event through the Application Publisher. Then we create a Listener in 2 different ways. By Implementing ApplicationListener and by using the annotation listener @EventListener







Tags:
Spring
Spring Boot
Event Listener
Event
Custom Event
Java