Tag

application-event

0 views collected around this technical thread.

Top Architect
Top Architect
Sep 25, 2022 · Backend Development

Using Spring Application Events for Synchronous and Asynchronous Processing

This article explains how to leverage Spring Application Events to decouple business logic, demonstrates creating custom events, listeners, and publishers, shows both synchronous and asynchronous handling with @EventListener and @Async, and provides complete code samples and test results.

JavaSpringSpringBoot
0 likes · 9 min read
Using Spring Application Events for Synchronous and Asynchronous Processing
Top Architect
Top Architect
Aug 4, 2022 · Backend Development

Using Spring Application Events for Synchronous and Asynchronous Business Logic

This article explains how Spring Application Events can decouple complex business logic, demonstrates creating custom events, listeners, and publishers, shows both synchronous and asynchronous handling with @EventListener and @Async, and provides complete code examples and test results for a Spring Boot application.

JavaSpringSpring Boot
0 likes · 9 min read
Using Spring Application Events for Synchronous and Asynchronous Business Logic