| Interface | Description |
|---|---|
| Invocable |
An interface for a object provide information about
functions that can be invoked on itself (through a key)
and API for invoke the method on on itself
|
| InvocableFunction |
Represents a function that can be invoked
|
| Class | Description |
|---|---|
| AbstractInvocable |
An invocable that contain a list of invocable functions to be invoke upon.
|
| AbstractInvocableFunction |
An abstract implementation of InvocableFunction
|
| ReflectionWrapperInvocable |
An wrapper invocable that will use reflection
to optionally use reflection for invocation
if possible
|
| Exception | Description |
|---|---|
| InvocationException |
An exception due to invocation
|