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(String className)
Set<String>
getCollectorClassNames()
-
-
-
Method Detail
-
getCollectorByClassName
ServiceCollector getCollectorByClassName(String className)
-
-