public interface ClientHandler
| 限定符和类型 | 方法和说明 |
|---|---|
<Input extends BaseRequest,Output extends BaseResponse> |
execute(ClientExecutionParams<Input,Output> executionParams)
Execute's a web service request.
|
void |
shutdown()
Shutdown and release any underlying resources.
|
<Input extends BaseRequest,Output extends BaseResponse> Output execute(ClientExecutionParams<Input,Output> executionParams)
Input - Input Request typeOutput - Output Response typeexecutionParams - Parameters specific to this invocation of an API.void shutdown()
Copyright © 2024. All rights reserved.