ConstReadonlyCOMMAND_BUS: Token<CommandBus>Command bus token for CQRS command handling.
ReadonlyQUERY_BUS: Token<QueryBus>Query bus token for CQRS query handling.
ReadonlyEVENT_BUS: Token<EventBus>Event bus token for domain event handling.
ReadonlyLOGGER: Token<Logger>Logger token for application logging.
ReadonlyCONFIG: Token<any>Configuration provider token.
Pre-defined type-safe tokens for common Stratix services.
These tokens correspond to the standard infrastructure services registered by Stratix runtime.