UNPKG

@log4brains/core

Version:

Log4brains architecture knowledge base core API

7 lines 309 B
import { Command, CommandHandler } from "@src/application"; export declare class CommandBus { private readonly handlersByCommandName; registerHandler(handler: CommandHandler, commandClass: Function): void; dispatch(command: Command): Promise<void>; } //# sourceMappingURL=CommandBus.d.ts.map