public class WebhookEventFactory extends Object
| 构造器和说明 |
|---|
WebhookEventFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static WebhookEvent |
dingTalk(Object source,
String title,
Throwable throwable,
java.util.function.Consumer<BaseWebhookRequestBody> consumer) |
static WebhookEvent |
feiShu(Object source,
String title,
Throwable throwable,
java.util.function.Consumer<BaseWebhookRequestBody> consumer) |
static WebhookEvent |
newWebhookEvent(Object source,
String title,
Throwable throwable,
java.util.function.Consumer<BaseWebhookRequestBody> consumer) |
static WebhookEvent |
weCom(Object source,
String title,
Throwable throwable,
java.util.function.Consumer<BaseWebhookRequestBody> consumer) |
public static WebhookEvent newWebhookEvent(Object source, String title, Throwable throwable, java.util.function.Consumer<BaseWebhookRequestBody> consumer)
public static WebhookEvent feiShu(Object source, String title, Throwable throwable, java.util.function.Consumer<BaseWebhookRequestBody> consumer)
public static WebhookEvent weCom(Object source, String title, Throwable throwable, java.util.function.Consumer<BaseWebhookRequestBody> consumer)
public static WebhookEvent dingTalk(Object source, String title, Throwable throwable, java.util.function.Consumer<BaseWebhookRequestBody> consumer)
Copyright © 2021. All rights reserved.