Interface ServiceCollectorRegistry
-
- All Known Implementing Classes:
DefaultServiceCollectorRegistry
public interface ServiceCollectorRegistry
Enumerate and retrieve availableServiceCollector
implementations.- Author:
- jwhite
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceCollector
getCollectorByClassName(java.lang.String className)
java.util.Set<java.lang.String>
getCollectorClassNames()
-
-
-
Method Detail
-
getCollectorByClassName
ServiceCollector getCollectorByClassName(java.lang.String className)
-
getCollectorClassNames
java.util.Set<java.lang.String> getCollectorClassNames()
-
-