Class ParseAsyncJobsFromHttpResponse

java.lang.Object
org.jclouds.cloudstack.functions.ParseAsyncJobsFromHttpResponse
All Implemented Interfaces:
com.google.common.base.Function<org.jclouds.http.HttpResponse,Set<AsyncJob<?>>>, Function<org.jclouds.http.HttpResponse,Set<AsyncJob<?>>>

@Singleton public class ParseAsyncJobsFromHttpResponse extends Object implements com.google.common.base.Function<org.jclouds.http.HttpResponse,Set<AsyncJob<?>>>
  • Constructor Details

    • ParseAsyncJobsFromHttpResponse

      @Inject public ParseAsyncJobsFromHttpResponse(ParseTypedAsyncJob parseTyped, org.jclouds.json.internal.GsonWrapper gsonView)
  • Method Details

    • apply

      public Set<AsyncJob<?>> apply(org.jclouds.http.HttpResponse response)
      Specified by:
      apply in interface com.google.common.base.Function<org.jclouds.http.HttpResponse,Set<AsyncJob<?>>>
      Specified by:
      apply in interface Function<org.jclouds.http.HttpResponse,Set<AsyncJob<?>>>