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) 168 B
import { Channel } from './channel'; import { InMemoryChannelConfig } from '../config'; export declare class InMemoryChannel extends Channel<InMemoryChannelConfig> { }