Uses of Class
com.bytedesk.call.esl.EslController.ApiRequest
Packages that use EslController.ApiRequest
-
Uses of EslController.ApiRequest in com.bytedesk.call.esl
Methods in com.bytedesk.call.esl with parameters of type EslController.ApiRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>EslController.api(@Valid EslController.ApiRequest req) 通用同步 API(等同 fs_cli 中的 api 命令)CompletableFuture<org.springframework.http.ResponseEntity<JsonResult<?>>>EslController.bgapi(@Valid EslController.ApiRequest req) 通用异步 BGAPI(返回 BACKGROUND_JOB 事件数据)