cleaner dev experience refactor
This commit is contained in:
parent
8b17f98845
commit
742e590382
7 changed files with 407 additions and 17 deletions
|
|
@ -22,7 +22,10 @@ export type { IServiceContainer } from './types/service-container';
|
|||
export { createJobHandler } from './types/types';
|
||||
|
||||
// Decorators
|
||||
export { Handler, Operation, QueueSchedule } from './decorators/decorators';
|
||||
export { Handler, Operation, QueueSchedule, ScheduledOperation } from './decorators/decorators';
|
||||
|
||||
// Auto-registration utilities
|
||||
export { autoRegisterHandlers, createAutoHandlerRegistry } from './registry/auto-register';
|
||||
|
||||
// Future exports - commented for now
|
||||
// export { EventListener, EventPublisher } from './decorators/decorators';
|
||||
Loading…
Add table
Add a link
Reference in a new issue