-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What problem would this feature solve?
Enables cross-cutting concerns (like logging, validation, or caching) to be handled in a clean, reusable way, improving code organization and maintainability.
Proposed solution or design
Add support for method/class-level interceptors using decorators like @Interceptor and @UseInterceptors. Allow global or per-service interceptors, implemented via proxies.
Additional context
See the NexusDI Roadmap: Interceptors / Middleware for more details and examples.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Backlog