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 Details

    • WxmppProcessor

      public WxmppProcessor()
  • Method Details

    • setWxmppProperties

      public void setWxmppProperties(WxmppProperties wxmppProperties)
    • setWxmppLogHandler

      public void setWxmppLogHandler(WxmppLogHandler wxmppLogHandler)
    • setStringRedisTemplate

      public void setStringRedisTemplate(org.springframework.data.redis.core.StringRedisTemplate stringRedisTemplate)
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • getWxMpService

      public me.chanjar.weixin.mp.api.WxMpService getWxMpService()
    • getWxMpMessageRouter

      public me.chanjar.weixin.mp.api.WxMpMessageRouter getWxMpMessageRouter()