PaymentConnectorHelper
public class PaymentConnectorHelperImpl extends java.lang.Object implements PaymentConnectorHelper
Constructor | Description |
---|---|
PaymentConnectorHelperImpl() |
Modifier and Type | Method | 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, wait
of
@Nonnull public java.util.concurrent.CompletionStage<HttpRequestResult> sendHttpGetRequest(java.lang.String url)
PaymentConnectorHelper
sendHttpGetRequest
in interface PaymentConnectorHelper
url
- the URL to be requested