All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mizhousoft.weixin.mp.service.WxMpMessageRouter Maven / Gradle / Ivy

The newest version!
package com.mizhousoft.weixin.mp.service;

import com.mizhousoft.weixin.common.WXException;
import com.mizhousoft.weixin.mp.domain.message.MpRequestMessage;
import com.mizhousoft.weixin.mp.domain.message.MpResponseMessage;

/**
 * 消息路由
 *
 */
public interface WxMpMessageRouter
{
	/**
	 * 路由
	 * 
	 * @param wxMessage
	 * @return
	 * @throws WXException
	 */
	MpResponseMessage route(MpRequestMessage wxMessage) throws WXException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy