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