Class ExoWalletStatisticAspect

    • Constructor Detail

      • ExoWalletStatisticAspect

        public ExoWalletStatisticAspect()
    • Method Detail

      • 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