When to use this skill
- •When creating new domain event classes (e.g., *Event.java)
- •When implementing events as Java records for immutability
- •When naming events with the "Event" suffix convention
- •When designing event payloads and data structures
- •When implementing event publishers or emitters
- •When creating event handlers or listeners
- •When working on event-driven architecture patterns
- •When integrating with message brokers or event buses
- •When implementing event sourcing patterns
- •When working on files containing event-related logic
Backend Events
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle backend events.
Instructions
For details, refer to the information provided in this file: backend events