Class HttpCommonResultResponseHandler
java.lang.Object
io.camunda.connector.http.base.client.apache.HttpCommonResultResponseHandler
- All Implemented Interfaces:
org.apache.hc.core5.http.io.HttpClientResponseHandler<HttpCommonResult>
public class HttpCommonResultResponseHandler
extends Object
implements org.apache.hc.core5.http.io.HttpClientResponseHandler<HttpCommonResult>
-
Constructor Summary
ConstructorsConstructorDescriptionHttpCommonResultResponseHandler(ExecutionEnvironment executionEnvironment, boolean isStoreResponseSelected) -
Method Summary
Modifier and TypeMethodDescriptionhandleResponse(org.apache.hc.core5.http.ClassicHttpResponse response)
-
Constructor Details
-
HttpCommonResultResponseHandler
public HttpCommonResultResponseHandler(@Nullable ExecutionEnvironment executionEnvironment, boolean isStoreResponseSelected)
-
-
Method Details
-
handleResponse
- Specified by:
handleResponsein interfaceorg.apache.hc.core5.http.io.HttpClientResponseHandler<HttpCommonResult>
-