A class decorator for defining an event handler group.
The base path for the group of routes.
Optional
Optional configuration for the route group.
A class decorator configured for a group of routes.
@EventHandler('/users')class UserHandler { // Grouped route handlers} Copy
@EventHandler('/users')class UserHandler { // Grouped route handlers}
A class decorator for defining an event handler group.