Interface ServiceCollectorRegistry
-
- All Known Implementing Classes:
DefaultServiceCollectorRegistry
public interface ServiceCollectorRegistryEnumerate and retrieve availableServiceCollectorimplementations.- Author:
- jwhite
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceCollectorgetCollectorByClassName(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()
-
-