Interface ExoKudosStatisticService

All Known Implementing Classes:
KudosService

public interface ExoKudosStatisticService
This service is used to add statistic log entry by using annotation ExoKudosStatistic on methods
  • Method Details

    • getStatisticParameters

      Map<String,Object> getStatisticParameters(String operation, Object result, Object... methodArgs)
      Retrieve statistic log parameters
      Parameters:
      operation -
      result -
      methodArgs -
      Returns:
      a Map of parameters to include in statistic log