public interface Invoker
Modifier and Type | Method and Description |
---|---|
Object |
invoke(String name,
InvokerArguments parameters)
Invoke something.
|
Object invoke(String name, InvokerArguments parameters) throws Throwable
name
- The name of the thing to be invoked.parameters
- Parameters. never null.Throwable