Uses of Interface
com.zone.weixin4j.interceptor.WeixinMessageInterceptor
-
Packages that use WeixinMessageInterceptor Package Description com.zone.weixin4j.dispatcher com.zone.weixin4j.interceptor -
-
Uses of WeixinMessageInterceptor in com.zone.weixin4j.dispatcher
Methods in com.zone.weixin4j.dispatcher that return WeixinMessageInterceptor Modifier and Type Method Description WeixinMessageInterceptor[]
WeixinMessageDispatcher. getMessageInterceptors()
获取所有的interceptorMethod parameters in com.zone.weixin4j.dispatcher with type arguments of type WeixinMessageInterceptor Modifier and Type Method Description void
WeixinMessageDispatcher. setMessageInterceptorList(List<WeixinMessageInterceptor> messageInterceptorList)
Constructors in com.zone.weixin4j.dispatcher with parameters of type WeixinMessageInterceptor Constructor Description MessageHandlerExecutor(WeixinMessageHandler messageHandler, WeixinMessageInterceptor[] messageInterceptors)
-
Uses of WeixinMessageInterceptor in com.zone.weixin4j.interceptor
Classes in com.zone.weixin4j.interceptor that implement WeixinMessageInterceptor Modifier and Type Class Description class
MessageInterceptorAdapter
消息拦截适配
-