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

me.chanjar.weixin.channel.message.rule.WxChannelMessageMatcher Maven / Gradle / Ivy

The newest version!
package me.chanjar.weixin.channel.message.rule;

import me.chanjar.weixin.channel.message.WxChannelMessage;

/**
 * 消息匹配器,用在消息路由的时候
 *
 * @author Zeyes
 */
public interface WxChannelMessageMatcher {

  /**
   * 消息是否匹配某种模式
   *
   * @param message 消息
   * @return 是否匹配
   */
  boolean match(WxChannelMessage message);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy