类 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.

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • 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)
      从接口复制的说明: RequestProcessor
      Process 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