类的使用
cn.woodwhales.common.webhook.model.response.ExecuteResponse
-
使用ExecuteResponse的程序包 程序包 说明 cn.woodwhales.common.webhook.executor -
-
cn.woodwhales.common.webhook.executor中ExecuteResponse的使用
参数类型为ExecuteResponse的cn.woodwhales.common.webhook.executor中的方法 修饰符和类型 方法 说明 protected voidBaseWebhookExecutor. afterHandler(ExecuteParam executeParam, ExecuteResponse<Response> executeResponse)请求之后的处理方法protected voidBaseWebhookExecutor. checkFailHandler(ExecuteResponse<Response> executeResponse)校验响应结果失败之后的处理protected abstract booleanBaseWebhookExecutor. checkResponseObjectHandler(ExecuteResponse<Response> executeResponse)校验解析后的响应结果protected booleanDingTalkWebhookExecutor. checkResponseObjectHandler(ExecuteResponse<DingTalkResponse> executeResponse)protected booleanFeiShuWebhookExecutor. checkResponseObjectHandler(ExecuteResponse<FeiShuResponse> executeResponse)protected booleanWeComWebhookExecutor. checkResponseObjectHandler(ExecuteResponse<WeComResponse> executeResponse)protected voidBaseWebhookExecutor. checkSuccessHandler(ExecuteResponse<Response> executeResponse)校验响应结果成功之后的处理protected ResponseBaseWebhookExecutor. getParsedResponse(ExecuteResponse<Response> executeResponse)protected ResponseBaseWebhookExecutor. parseResponseHandler(ExecuteResponse<Response> executeResponse)解析响应结果
-