Interface HttpCall<T>
- Type Parameters:
T- Response type
- All Known Implementing Classes:
BundleStatusCall,PackageManagerHtmlCall,PackageManagerHtmlMessageCall,PackageManagerInstallStatusCall,PackageManagerJsonCall,PackageManagerStatusCall,PackageManagerXmlCall,SystemReadyStatusCall
public interface HttpCall<T>
Interface for wrapping a HTTP call execution that can be retried automatically on failure.
-
Method Summary
-
Method Details
-
execute
T execute()Execute action- Returns:
- Response
-