public abstract class AbstractSyncInvoker extends AbstractInvoker
| Constructor and Description |
|---|
AbstractSyncInvoker(Destination destination) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
execute(Class clz,
Method method,
Object[] args) |
Object |
invoke(Object instance,
Class clz,
Method method,
Object... args) |
buildContext, getDestinationpublic AbstractSyncInvoker(Destination destination)
Copyright © 2018. All rights reserved.