Interface IInvocationStatisticsService


public interface IInvocationStatisticsService
Contains API to obtain method invocation statistics in registry and governance components.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Method to obtain the invocation count.
    Method to obtain the list of methods that have been invoked so far.
  • Method Details

    • getInvokedMethods

      String[] getInvokedMethods()
      Method to obtain the list of methods that have been invoked so far.
      Returns:
      list of method names.
    • getInvocationCounts

      long getInvocationCounts(String methodName)
      Method to obtain the invocation count.
      Parameters:
      methodName - the name of the method.
      Returns:
      number of calls.