Package software.amazon.disco.agent.reflect
-
Interface Summary 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 Summary Class Description MethodHandleWrapper Deprecated. deprecated in favour ofsoftware.amazon.disco.agent.interception.templates.DataAccessorwhich 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.