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