public interface IInvocationStatisticsService
Modifier and Type | Method and Description |
---|---|
long |
getInvocationCounts(String methodName)
Method to obtain the invocation count.
|
String[] |
getInvokedMethods()
Method to obtain the list of methods that have been invoked so far.
|
String[] getInvokedMethods()
long getInvocationCounts(String methodName)
methodName
- the name of the method.Copyright © 2020 WSO2. All Rights Reserved.