async-event
CommunityMaster async processing and event-driven design.
Authorgykk16
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides clear rules and best practices for implementing asynchronous operations and event-driven communication within Spring applications, ensuring robust, scalable, and maintainable code.
Core Features & Use Cases
- Asynchronous Execution: Leverage
@Asyncwith Virtual Threads for non-blocking operations. - Transactional Event Handling: Use
@TransactionalEventListenerto trigger side effects reliably after transaction commits. - MDC Context Propagation: Ensure trace IDs and request context are preserved across asynchronous calls.
- Use Case: When a new order is placed, you need to send a confirmation email and notify a Slack channel. This Skill ensures these actions happen asynchronously after the order is successfully saved to the database, without blocking the user's request.
Quick Start
Use the async-event skill to configure asynchronous processing for a new order creation event.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: async-event Download link: https://github.com/gykk16/spring-skeleton/archive/main.zip#async-event Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.