@FunctionalInterface public interface RequestExecutor
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<io.apimatic.coreinterfaces.http.response.Response> |
execute(io.apimatic.coreinterfaces.http.request.Request request)
Execute a given Request to get the response back.
|
CompletableFuture<io.apimatic.coreinterfaces.http.response.Response> execute(io.apimatic.coreinterfaces.http.request.Request request)
request - The given Request to execute.Copyright © 2025. All rights reserved.