PaymentConnectorHelperImpl
public interface PaymentConnectorHelper
Modifier and Type | Method | Description |
---|---|---|
static PaymentConnectorHelper |
of() |
|
java.util.concurrent.CompletionStage<HttpRequestResult> |
sendHttpGetRequest(java.lang.String url) |
Create a HTTP client and execute a GET request.
|
static PaymentConnectorHelper of()
@Nonnull java.util.concurrent.CompletionStage<HttpRequestResult> sendHttpGetRequest(java.lang.String url)
url
- the URL to be requested