类 SceneConfigController
java.lang.Object
com.aizuda.easy.retry.server.web.controller.SceneConfigController
重试场景接口
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getSceneConfigList(String groupName) getSceneConfigPageList(SceneConfigQueryVO queryVO) saveSceneConfig(SceneConfigRequestVO requestVO) updateSceneConfig(SceneConfigRequestVO requestVO)
-
构造器详细资料
-
SceneConfigController
public SceneConfigController()
-
-
方法详细资料
-
getSceneConfigPageList
@GetMapping("page/list") public PageResult<List<SceneConfigResponseVO>> getSceneConfigPageList(SceneConfigQueryVO queryVO) -
getSceneConfigList
@GetMapping("list") public List<SceneConfigResponseVO> getSceneConfigList(@RequestParam("groupName") String groupName) -
getSceneConfigDetail
-
saveSceneConfig
-
updateSceneConfig
@PutMapping public Boolean updateSceneConfig(@RequestBody @Validated SceneConfigRequestVO requestVO)
-