public class WorkflowHandlerInvocationCounter<T> extends Object implements AutoCloseable
Constructor and Description |
---|
WorkflowHandlerInvocationCounter(String className) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
getCount(String methodName,
Class<?>... parameterTypes) |
public WorkflowHandlerInvocationCounter(String className)