UNPKG

@nestjstools/messaging

Version:

Simplifies asynchronous and synchronous message handling with support for buses, handlers, channels, and consumers. Build scalable, decoupled applications with ease and reliability.

5 lines (4 loc) 198 B
import { MessageNormalizer } from './message-normalizer'; import { BaseRegistry } from '../shared/base-registry'; export declare class NormalizerRegistry extends BaseRegistry<MessageNormalizer> { }