/spring-application-events-demo

Sample application showing various usages of Spring Application Events

Primary LanguageJava

Notifications between Spring beans using built-in messaging

Code for a blog post Inter-bean notifications using Spring Events.

Content

Different uses of Spring Application Events are presented in a set of tests. They are divided into 4 parts, each in its corresponding package:

  • basic use of custom events
  • handling standard Spring events
  • events within transactional context
  • generic events

Build the Application

$ ./gradlew clean build

See more posts at 98elements blog!