public interface DataCollector
Modifier and Type | Method and Description |
---|---|
java.util.Collection<? extends java.lang.Object> |
collect(java.lang.Throwable ex)
Returns the collected data for the method.
|
java.lang.String[] |
getSupportedTypeNames()
Return the supported type and method names.
|
java.util.Collection<? extends java.lang.Object> collect(java.lang.Throwable ex)
ex
- the encountered exception, this can be used to filter the data to be collectedjava.lang.String[] getSupportedTypeNames()
doSomething