public class PaymentConnectorHelperImpl extends java.lang.Object implements PaymentConnectorHelper
| Constructor and Description |
|---|
PaymentConnectorHelperImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletionStage<HttpRequestResult> |
sendHttpGetRequest(java.lang.String url)
Create a HTTP client and execute a GET request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitof@Nonnull public java.util.concurrent.CompletionStage<HttpRequestResult> sendHttpGetRequest(java.lang.String url)
PaymentConnectorHelpersendHttpGetRequest in interface PaymentConnectorHelperurl - the URL to be requested