Class ExoWalletStatisticAspect

java.lang.Object
io.meeds.wallet.statistic.ExoWalletStatisticAspect

public class ExoWalletStatisticAspect extends Object
  • Constructor Details

    • ExoWalletStatisticAspect

      public ExoWalletStatisticAspect()
  • Method Details

    • around

      public Object around(org.aspectj.lang.ProceedingJoinPoint point) throws Throwable
      Encapsulate method annotated with ExoWalletStatistic 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