Class AbstractXRayInterceptor

java.lang.Object
com.amazonaws.xray.spring.aop.BaseAbstractXRayInterceptor
com.amazonaws.xray.spring.aop.AbstractXRayInterceptor

public abstract class AbstractXRayInterceptor extends BaseAbstractXRayInterceptor
  • Constructor Details

    • AbstractXRayInterceptor

      public AbstractXRayInterceptor()
  • Method Details

    • springRepositories

      protected void springRepositories()
    • traceAroundRepositoryMethods

      public Object traceAroundRepositoryMethods(org.aspectj.lang.ProceedingJoinPoint pjp) throws Throwable
      Parameters:
      pjp - the proceeding join point
      Returns:
      the result of the method being wrapped
      Throws:
      Throwable