| 程序包 | 说明 |
|---|---|
| cn.woodwhales.common.webhook.executor |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
BaseWebhookExecutor.afterHandler(ExecuteParam executeParam,
ExecuteResponse<Response> executeResponse)
请求之后的处理方法
|
protected void |
BaseWebhookExecutor.checkFailHandler(ExecuteResponse<Response> executeResponse)
校验响应结果失败之后的处理
|
protected boolean |
DingTalkWebhookExecutor.checkResponseObjectHandler(ExecuteResponse<DingTalkResponse> executeResponse) |
protected boolean |
FeiShuWebhookExecutor.checkResponseObjectHandler(ExecuteResponse<FeiShuResponse> executeResponse) |
protected abstract boolean |
BaseWebhookExecutor.checkResponseObjectHandler(ExecuteResponse<Response> executeResponse)
校验解析后的响应结果
|
protected boolean |
WeComWebhookExecutor.checkResponseObjectHandler(ExecuteResponse<WeComResponse> executeResponse) |
protected void |
BaseWebhookExecutor.checkSuccessHandler(ExecuteResponse<Response> executeResponse)
校验响应结果成功之后的处理
|
protected Response |
BaseWebhookExecutor.getParsedResponse(ExecuteResponse<Response> executeResponse) |
protected Response |
BaseWebhookExecutor.parseResponseHandler(ExecuteResponse<Response> executeResponse)
解析响应结果
|
Copyright © 2022. All rights reserved.