Uses of Class
es.urjc.etsii.grafo.autoconfig.controller.dto.ExecuteResponse
Packages that use ExecuteResponse
-
Uses of ExecuteResponse in es.urjc.etsii.grafo.autoconfig.controller
Methods in es.urjc.etsii.grafo.autoconfig.controller that return types with arguments of type ExecuteResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<List<ExecuteResponse>> ExecutionController.batchExecute
(ExecuteRequest request) Execute and return the results for the given IRACE configuration -
Uses of ExecuteResponse in es.urjc.etsii.grafo.autoconfig.irace
Methods in es.urjc.etsii.grafo.autoconfig.irace that return ExecuteResponseModifier and TypeMethodDescriptionIraceOrchestrator.iraceSingleCallback
(IraceRuntimeConfiguration config) iraceCallback.Methods in es.urjc.etsii.grafo.autoconfig.irace that return types with arguments of type ExecuteResponseModifier and TypeMethodDescriptionIraceOrchestrator.iraceMultiCallback
(List<IraceExecuteConfig> configs)