org.jclouds.rest.internal
Class DelegatesToPotentiallySyncToAsyncInvocationFunction<S,F extends com.google.common.base.Function<Invocation,Object>>
java.lang.Object
org.jclouds.rest.internal.DelegatesToInvocationFunction<S,F>
org.jclouds.rest.internal.DelegatesToPotentiallySyncToAsyncInvocationFunction<S,F>
- Type Parameters:
S - The enclosing type of the interface that a dynamic proxy like this
implementsF - The function that implements this dynamic proxy
- All Implemented Interfaces:
- InvocationHandler
Deprecated. please use DelegatesToInvocationFunction as
async interface will be removed in jclouds 1.7.
@Deprecated
@Beta
public final class DelegatesToPotentiallySyncToAsyncInvocationFunction<S,F extends com.google.common.base.Function<Invocation,Object>>
- extends DelegatesToInvocationFunction<S,F>
|
Method Summary |
protected com.google.inject.Key<?> |
methodInvokerFor(Class<?> returnType)
Deprecated. attempts to guess the generic type params for the delegate's invocation function based on the supplied type |
methodInvokerFor
protected com.google.inject.Key<?> methodInvokerFor(Class<?> returnType)
- Deprecated.
- Description copied from class:
DelegatesToInvocationFunction
- attempts to guess the generic type params for the delegate's invocation function based on the supplied type
- Overrides:
methodInvokerFor in class DelegatesToInvocationFunction<S,F extends com.google.common.base.Function<Invocation,Object>>
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.