Uses of Record Class
com.v1rex.liftnexus.planning.dto.DispatchJobResponse
Packages that use DispatchJobResponse
Package
Description
-
Uses of DispatchJobResponse in com.v1rex.liftnexus.planning.controller
Methods in com.v1rex.liftnexus.planning.controller that return types with arguments of type DispatchJobResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DispatchJobResponse> WarehouseDispatcherController.getJobStatus(UUID jobId) -
Uses of DispatchJobResponse in com.v1rex.liftnexus.planning.mapper
Methods in com.v1rex.liftnexus.planning.mapper that return DispatchJobResponse -
Uses of DispatchJobResponse in com.v1rex.liftnexus.planning.service
Methods in com.v1rex.liftnexus.planning.service that return DispatchJobResponseModifier and TypeMethodDescriptionWarehouseDispatcherService.getJobStatusAndReconcile(UUID jobId) Returns the current status of a dispatch job.