Name | Description |
---|---|
Invocable | The interface implemented by invocables. |
WrappedInvocable | The interface implemented by wrapped invocables. |
Name | Description |
---|---|
AbstractInvocable | An abstract base class for implementing invocables. |
AbstractWrappedInvocable | An abstract base class for implementing wrapped invocables. |
InvocableInspector | Utilities for inspecting invocables. |
Invoker | Invokes callbacks, maintaining reference parameters. |