接口 RequestProcessor<T,R>
- 类型参数:
T- type of request bodyR- type of response body
public interface RequestProcessor<T,R>
Interface of cluster request processor.
- 从以下版本开始:
- 1.4.0
- 作者:
- Eric Zhao
-
方法概要
修饰符和类型方法说明com.alibaba.csp.sentinel.cluster.response.ClusterResponse<R>processRequest(com.alibaba.csp.sentinel.cluster.request.ClusterRequest<T> request) Process the cluster request.