| = Command |
| |
| == `CommandProcessingService` |
| |
| TBD |
| |
| .Retry-able service function `executeCommand` |
| [source,java] |
| ---- |
| include::{rootdir}/fineract-core/src/main/java/org/apache/fineract/commands/service/SynchronousCommandProcessingService.java[lines=73..151] |
| ---- |
| |
| .Fallback function `fallbackExecuteCommand` |
| [source,java] |
| ---- |
| include::{rootdir}/fineract-core/src/main/java/org/apache/fineract/commands/service/SynchronousCommandProcessingService.java[lines=166..174] |
| ---- |
| |
| .Retry configuration for `executeCommand` |
| [source,properties] |
| ---- |
| include::{rootdir}/fineract-provider/src/main/resources/application.properties[lines=169..174] |
| ---- |