Spring Boot - Custom Events
Channel:
Subscribers:
11,000
Published on ● Video Link: https://www.youtube.com/watch?v=heilrp4Foww
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
Other Videos By Mike Møller Nielsen
Tags:
Spring
Spring Boot
Event Listener
Event
Custom Event
Java