Interface IInvocationStatisticsService
public interface IInvocationStatisticsService
Contains API to obtain method invocation statistics in registry and governance components.
-
Method Summary
Modifier and TypeMethodDescriptionlonggetInvocationCounts(String methodName) Method to obtain the invocation count.String[]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
Method to obtain the invocation count.- Parameters:
methodName- the name of the method.- Returns:
- number of calls.
-