You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This page provides a generic description of the way commands differ from queries in Fineract CN services.

CQRS stands for Command Query Responsibility Segregation.  In the case of REST services, the most common commands are POST, PUT, DELETE, and the most common query is GET.  Fineract CN services execute commands asynchronously and queries synchronously.

Asynchronous Command Execution

  • No labels