AlbumenJ commented on issue #10725: URL: https://github.com/apache/dubbo/issues/10725#issuecomment-1274012504
ListenableFilter 已经被 Filter 和 ClusterFilter 替换了,如果需要在返回时进行拦截,可以添加实现 BaseFilter.Listener 的接口。 > 看ListenableFilter的定义推荐直接继承ExceptionFilter -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
