Class WxmppProcessor
java.lang.Object
cn.herodotus.engine.access.wxmpp.processor.WxmppProcessor
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
public class WxmppProcessor
extends Object
implements org.springframework.beans.factory.InitializingBean
Description: 微信公众号核心服务
- Author:
- : gengwei.zheng
- Date:
- : 2021/5/27 20:25
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidme.chanjar.weixin.mp.api.WxMpMessageRouterme.chanjar.weixin.mp.api.WxMpServicevoidsetStringRedisTemplate(org.springframework.data.redis.core.StringRedisTemplate stringRedisTemplate) voidsetWxmppLogHandler(WxmppLogHandler wxmppLogHandler) voidsetWxmppProperties(WxmppProperties wxmppProperties)
-
Constructor Details
-
WxmppProcessor
public WxmppProcessor()
-
-
Method Details
-
setWxmppProperties
-
setWxmppLogHandler
-
setStringRedisTemplate
public void setStringRedisTemplate(org.springframework.data.redis.core.StringRedisTemplate stringRedisTemplate) -
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
getWxMpService
public me.chanjar.weixin.mp.api.WxMpService getWxMpService() -
getWxMpMessageRouter
public me.chanjar.weixin.mp.api.WxMpMessageRouter getWxMpMessageRouter()
-