public interface ResponsePostProcessor
| Modifier and Type | Method and Description |
|---|---|
MethodResult |
handle(String serviceId,
String operationId,
MethodResult result,
com.vmware.vapi.internal.protocol.client.rpc.HttpResponse response)
Post-process
MethodResult before using it to complete operation invocation. |
MethodResult handle(String serviceId, String operationId, MethodResult result, com.vmware.vapi.internal.protocol.client.rpc.HttpResponse response)
MethodResult before using it to complete operation invocation.
Exceptions thrown from this method will be ignored.
serviceId - service identifieroperationId - operation identifierresult - requestresponse - HttpResponse of the REST invocationDataValue.Copyright © 2022. All rights reserved.