@FunctionalInterface
public interface InterceptorListener
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
onException(CallFrame frame,
java.lang.Throwable throwable) |
default java.lang.Object |
postInvocation(CallFrame frame,
java.lang.Object returnValue) |
default void |
preInvocation(CallFrame frame) |
default void preInvocation(CallFrame frame)
default java.lang.Object postInvocation(CallFrame frame, java.lang.Object returnValue)
java.lang.Object onException(CallFrame frame, java.lang.Throwable throwable) throws java.lang.Throwable
java.lang.Throwable