post_img

Apex 语言 CQRS 模式读写分离示例

摘要

CQRS 模式在Apex语言中的读写分离示例 CQRS(Command Query Responsibility Segregation)是一种设计模式,它将应用程序的命令(写操作)和查询(读操作)分离到不同的模