Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 604 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 604 Bytes

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!