public interface Action<T extends AbstractRequest,V>
| 限定符和类型 | 方法和说明 |
|---|---|
V |
execute(T reqObject) |
AsyncResult<V> |
execute(T reqObject,
AsyncCallback<V> asyncHandler) |
String |
getActionName() |
com.aliyun.mq.http.common.http.ServiceClient |
getClient() |
com.aliyun.mq.http.common.auth.ServiceCredentials |
getCredentials() |
HttpMethod |
getMethod() |
String getActionName()
HttpMethod getMethod()
com.aliyun.mq.http.common.http.ServiceClient getClient()
com.aliyun.mq.http.common.auth.ServiceCredentials getCredentials()
AsyncResult<V> execute(T reqObject, AsyncCallback<V> asyncHandler) throws ClientException, ServiceException
V execute(T reqObject) throws ClientException, ServiceException
Copyright © 2021. All Rights Reserved.