interface ICqrsFacade
Since 0.1.0

Facade combining command and query buses.

Registered under CAPABILITIES.CQRS so the 'cqrs' token backs a real service.

Properties

The command bus.

The query bus.

Usage

import { type ICqrsFacade } from "common/src/index.ts";