java.lang.Object
de.hybris.platform.acceleratorservices.dataimport.batch.aop.TimeMeasurementAspect

public class TimeMeasurementAspect extends Object
Basic time measurement for batch processing.
  • Constructor Details

    • TimeMeasurementAspect

      public TimeMeasurementAspect()
  • Method Details

    • measure

      public Object measure(org.aspectj.lang.ProceedingJoinPoint pjp) throws Throwable
      Invokes a method and measures the execution time.
      Parameters:
      pjp -
      Returns:
      result of the invocation
      Throws:
      Throwable