Add pre-execution checks with CommandHandlerExecutor to CommandHandler #242

Merged
lars.winzer merged 12 commits from feat/57-pre-execution-checks-for-commandhandler into main 2026-04-08 18:58:21 +02:00
Showing only changes of commit 3de20e3d6c - Show all commits
@@ -30,7 +30,6 @@ public class CommandHandlerExecutor {
* *
* @param handler the command handler containing checks and execution logic * @param handler the command handler containing checks and execution logic
* @param request the incoming request to validate and process * @param request the incoming request to validate and process
* @param <Request> the type of request being processed
* @throws NullPointerException if handler or request is null * @throws NullPointerException if handler or request is null
*/ */
public void execute(CommandHandler<Request> handler, Request request) { public void execute(CommandHandler<Request> handler, Request request) {