public class AsyncInvocationHandler extends Object implements InvocationHandler
| Modifier and Type | Method and Description |
|---|---|
static AsyncInvocationHandler |
from(Method method,
RequestEncoder requestEncoder,
List<RequestInterceptor> requestInterceptors,
ResponseDecoderFactory responseDecoder,
ResponseDecoderFactory errorDecoder,
Client client,
Target target,
Executor requestExecutor,
Executor responseExecutor) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public static AsyncInvocationHandler from(Method method, RequestEncoder requestEncoder, List<RequestInterceptor> requestInterceptors, ResponseDecoderFactory responseDecoder, ResponseDecoderFactory errorDecoder, Client client, Target target, Executor requestExecutor, Executor responseExecutor)
Copyright © 2018. All rights reserved.