- Map<String, Object> request, RegistrationManager m, JsonWriter jsonWriter
+ Map<String, Object> request,
+ RegistrationManager m,
+ JsonWriter jsonWriter
) throws CommandException {
Namespace commandNamespace = new JsonRpcNamespace(request == null ? Map.of() : request);
handleCommand(commandNamespace, m);
) throws CommandException {
Namespace commandNamespace = new JsonRpcNamespace(request == null ? Map.of() : request);
handleCommand(commandNamespace, m);