T - type of request bodyR - type of response bodypublic interface RequestProcessor<T,R>
| Modifier and Type | Method and Description |
|---|---|
ClusterResponse<R> |
processRequest(ClusterRequest<T> request)
Process the cluster request.
|
ClusterResponse<R> processRequest(ClusterRequest<T> request)
request - Sentinel cluster requestCopyright © 2020 Alibaba Group. All rights reserved.