类 AbstractHttpNotifier
java.lang.Object
org.dromara.dynamictp.common.notifier.AbstractNotifier
org.dromara.dynamictp.common.notifier.AbstractHttpNotifier
- 所有已实现的接口:
Notifier
- 直接已知子类:
DingNotifier,LarkNotifier,WechatNotifier
The notification is sent over http
- 从以下版本开始:
- 1.1.3
- 作者:
- kyao
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected abstract StringbuildMsgBody(NotifyPlatform platform, String content) build http message bodyprotected abstract StringbuildUrl(NotifyPlatform platform) build http urlprotected voidsend0(NotifyPlatform platform, String content) Send message.从类继承的方法 org.dromara.dynamictp.common.notifier.AbstractNotifier
send
-
构造器详细资料
-
AbstractHttpNotifier
public AbstractHttpNotifier()
-
-
方法详细资料
-
send0
从类复制的说明:AbstractNotifierSend message.- 指定者:
send0在类中AbstractNotifier- 参数:
platform- platformcontent- content
-
buildMsgBody
build http message body- 参数:
platform- platformcontent- content- 返回:
- java.lang.String
-
buildUrl
build http url- 参数:
platform- platform- 返回:
- java.lang.String
-