open-light-rpcAPI 手册请求拦截器请求拦截器 请求拦截器的作用就是在请求发送前进行一些操作,接口如下 public interface RequestInterceptor { /** * 请求拦截器 */ void intercept(MessageRequestBody messageRequestBody); } Previous服务容错Next心跳机制