类 ParamFlowRequestProcessor
java.lang.Object
com.alibaba.csp.sentinel.cluster.server.processor.ParamFlowRequestProcessor
- 所有已实现的接口:
RequestProcessor<com.alibaba.csp.sentinel.cluster.request.data.ParamFlowRequestData,com.alibaba.csp.sentinel.cluster.response.data.FlowTokenResponseData>
@RequestType(2)
public class ParamFlowRequestProcessor
extends Object
implements RequestProcessor<com.alibaba.csp.sentinel.cluster.request.data.ParamFlowRequestData,com.alibaba.csp.sentinel.cluster.response.data.FlowTokenResponseData>
- 从以下版本开始:
- 1.4.0
- 作者:
- Eric Zhao
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明com.alibaba.csp.sentinel.cluster.response.ClusterResponse<com.alibaba.csp.sentinel.cluster.response.data.FlowTokenResponseData>processRequest(com.alibaba.csp.sentinel.cluster.request.ClusterRequest<com.alibaba.csp.sentinel.cluster.request.data.ParamFlowRequestData> request) Process the cluster request.
-
构造器详细资料
-
ParamFlowRequestProcessor
public ParamFlowRequestProcessor()
-
-
方法详细资料
-
processRequest
public com.alibaba.csp.sentinel.cluster.response.ClusterResponse<com.alibaba.csp.sentinel.cluster.response.data.FlowTokenResponseData> processRequest(com.alibaba.csp.sentinel.cluster.request.ClusterRequest<com.alibaba.csp.sentinel.cluster.request.data.ParamFlowRequestData> request) 从接口复制的说明:RequestProcessorProcess the cluster request.- 指定者:
processRequest在接口中RequestProcessor<com.alibaba.csp.sentinel.cluster.request.data.ParamFlowRequestData,com.alibaba.csp.sentinel.cluster.response.data.FlowTokenResponseData> - 参数:
request- Sentinel cluster request- 返回:
- the response after processed
-