类 RetryTaskLogController
java.lang.Object
com.aizuda.easy.retry.server.web.controller.RetryTaskLogController
@RestController
@RequestMapping("/retry-task-log")
public class RetryTaskLogController
extends Object
重试日志接口
- 作者:
- www.byteblogs.com
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
RetryTaskLogController
public RetryTaskLogController()
-
-
方法详细资料
-
getRetryTaskLogPage
@GetMapping("list") public PageResult<List<RetryTaskLogResponseVO>> getRetryTaskLogPage(RetryTaskLogQueryVO queryVO) -
getRetryTaskLogPage
@GetMapping("/message/list") public RetryTaskLogMessageResponseVO getRetryTaskLogPage(RetryTaskLogMessageQueryVO queryVO) -
getRetryTaskLogById
-