Interface IServiceSelector<T>
-
- All Known Implementing Classes:
AbstractComparableServiceSelector,ExtensionImplementationManager,VersionedServiceSelector
public interface IServiceSelector<T>Created by Elec332 on 19-4-2020 Used for selecting the service with the best implementation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetBestService(java.util.Collection<T> implementations)Determines the best implementation ofg a service and returns itjava.lang.Class<T>getType()
-
-
-
Method Detail
-
getType
java.lang.Class<T> getType()
- Returns:
- The type this selector can process
-
-