Package org.jclouds.cloudstack.functions
Class ParseAsyncJobFromHttpResponse
java.lang.Object
org.jclouds.cloudstack.functions.ParseAsyncJobFromHttpResponse
- All Implemented Interfaces:
com.google.common.base.Function<org.jclouds.http.HttpResponse,,AsyncJob<?>> Function<org.jclouds.http.HttpResponse,AsyncJob<?>>
-
Constructor Summary
ConstructorsConstructorDescriptionParseAsyncJobFromHttpResponse(ParseTypedAsyncJob parseTyped, org.jclouds.http.functions.UnwrapOnlyJsonValue<AsyncJob<Map<String, org.jclouds.domain.JsonBall>>> parser) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Function
equals
-
Constructor Details
-
ParseAsyncJobFromHttpResponse
@Inject public ParseAsyncJobFromHttpResponse(ParseTypedAsyncJob parseTyped, org.jclouds.http.functions.UnwrapOnlyJsonValue<AsyncJob<Map<String, org.jclouds.domain.JsonBall>>> parser)
-
-
Method Details