Uses of Interface
com.zone.weixin4j.dispatcher.WeixinMessageMatcher
-
Packages that use WeixinMessageMatcher Package Description com.zone.weixin4j.dispatcher com.zone.weixin4j.service com.zone.weixin4j.service.context -
-
Uses of WeixinMessageMatcher in com.zone.weixin4j.dispatcher
Classes in com.zone.weixin4j.dispatcher that implement WeixinMessageMatcher Modifier and Type Class Description class
DefaultMessageMatcher
默认MessageMatcher实现(可以改进)Methods in com.zone.weixin4j.dispatcher that return WeixinMessageMatcher Modifier and Type Method Description WeixinMessageMatcher
WeixinMessageDispatcher. getMessageMatcher()
Constructors in com.zone.weixin4j.dispatcher with parameters of type WeixinMessageMatcher Constructor Description WeixinMessageDispatcher(WeixinMessageMatcher messageMatcher)
-
Uses of WeixinMessageMatcher in com.zone.weixin4j.service
Methods in com.zone.weixin4j.service that return WeixinMessageMatcher Modifier and Type Method Description WeixinMessageMatcher
WeiXin4jContextAware. getWeixinMessageMatcher()
Methods in com.zone.weixin4j.service with parameters of type WeixinMessageMatcher Modifier and Type Method Description void
WeiXin4jContextAware. setWeixinMessageMatcher(WeixinMessageMatcher weixinMessageMatcher)
-
Uses of WeixinMessageMatcher in com.zone.weixin4j.service.context
Methods in com.zone.weixin4j.service.context that return WeixinMessageMatcher Modifier and Type Method Description WeixinMessageMatcher
WeiXin4jContextAwareImpl. getWeixinMessageMatcher()
Methods in com.zone.weixin4j.service.context with parameters of type WeixinMessageMatcher Modifier and Type Method Description void
WeiXin4jContextAwareImpl. setWeixinMessageMatcher(WeixinMessageMatcher weixinMessageMatcher)
-