Class ExoKudosStatisticAspect

java.lang.Object
org.exoplatform.kudos.statistic.ExoKudosStatisticAspect

public class ExoKudosStatisticAspect extends Object
  • Constructor Details

    • ExoKudosStatisticAspect

      public ExoKudosStatisticAspect()
  • Method Details

    • around

      public Object around(org.aspectj.lang.ProceedingJoinPoint point) throws Throwable
      Encapsulate method annotated with ExoKudosStatistic to add statistic log entry
      Parameters:
      point - processing point
      Returns:
      result of processing point after its execution
      Throws:
      Throwable - if processing point throws an exception