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

    Modifier and Type
    Method
    Description
    Execute action
  • Method Details

    • execute

      T execute()
      Execute action
      Returns:
      Response