Interface Interceptor

All Known Implementing Classes:
InterceptorImpl

public interface Interceptor
A call interceptor
  • Method Details

    • preInvoke

      void preInvoke(CallStack callStack)
    • postInvoke

      void postInvoke(CallStack callStack)