public class HandlerInvocationCaller extends Object implements InvocationCaller
| Constructor and Description |
|---|
HandlerInvocationCaller() |
| Modifier and Type | Method and Description |
|---|---|
Object |
call(Method method,
PojoConsumerMetaRefresher metaRefresher,
PojoInvocationCreator invocationCreator,
Object[] args) |
protected CompletableFuture<Object> |
completableFutureInvoke(PojoInvocation invocation) |
protected Object |
syncInvoke(PojoInvocation invocation) |
public Object call(Method method, PojoConsumerMetaRefresher metaRefresher, PojoInvocationCreator invocationCreator, Object[] args)
call in interface InvocationCallerprotected Object syncInvoke(PojoInvocation invocation)
protected CompletableFuture<Object> completableFutureInvoke(PojoInvocation invocation)
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.