Class DingTalkOaImpl
- java.lang.Object
-
- org.dromara.oa.core.provider.service.AbstractOaBlend<DingTalkConfig>
-
- org.dromara.oa.core.dingTalk.service.DingTalkOaImpl
-
- All Implemented Interfaces:
OaSender
public class DingTalkOaImpl extends AbstractOaBlend<DingTalkConfig>
- Author:
- dongfeng 2023-10-22 21:01
-
-
Field Summary
Fields Modifier and Type Field Description private HttpClientImpl
httpClient
-
Fields inherited from class org.dromara.oa.core.provider.service.AbstractOaBlend
pool, priorityQueueMap
-
-
Constructor Summary
Constructors Constructor Description DingTalkOaImpl(DingTalkConfig config)
建造一个微信通知对象服务DingTalkOaImpl(DingTalkConfig config, Executor pool)
建造一个微信通知对象服务
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Map<String,String>
getHeaders()
String
getSupplier()
获取供应商标识Response
sender(Request request, MessageType messageType)
发送消息-
Methods inherited from class org.dromara.oa.core.provider.service.AbstractOaBlend
getConfig, priorityQueueMapThreadInit, senderAsync, senderAsync, senderAsyncByPriority
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.dromara.oa.api.OaSender
getConfigId
-
-
-
-
Field Detail
-
httpClient
private final HttpClientImpl httpClient
-
-
Constructor Detail
-
DingTalkOaImpl
public DingTalkOaImpl(DingTalkConfig config)
建造一个微信通知对象服务
-
DingTalkOaImpl
public DingTalkOaImpl(DingTalkConfig config, Executor pool)
建造一个微信通知对象服务
-
-