Package org.azd.abstractions.handlers
Class RequestExecutor
java.lang.Object
org.azd.abstractions.handlers.RequestExecutor
Executes the given request.
-
Constructor Summary
ConstructorDescriptionRequestExecutor
(AccessTokenCredential accessTokenCredential, RequestInformation requestInformation) -
Method Summary
Modifier and TypeMethodDescriptionexecute()
Executes the given request and returns the Api response.
-
Constructor Details
-
RequestExecutor
public RequestExecutor(AccessTokenCredential accessTokenCredential, RequestInformation requestInformation)
-
-
Method Details
-
execute
Executes the given request and returns the Api response.- Returns:
- ApiResponse
ApiResponse
. - Throws:
AzDException
- Default exception handler.
-