| Interface | Description |
|---|---|
| UncaughtExceptionHandler |
Modeled after Thread#UncaughtExceptionHandler
Install an implementation of this via the provided install() method, to receive a notification when
any exception is thrown by any method in the DiSCo reflect APIs.
|
| Class | Description |
|---|---|
| MethodHandleWrapper | Deprecated
deprecated in favour of
software.amazon.disco.agent.interception.templates.DataAccessor which should be used
wherever possible instead. |
| ReflectiveCall<T> |
Everything in disco.agent.reflect basically works the same way - attempting to reflectively invoke methods,
usually static ones, that reside within the Agent.
|