Interface IServiceSelector<T>

    • Method Detail

      • getType

        java.lang.Class<T> getType()
        Returns:
        The type this selector can process
      • getBestService

        T getBestService​(java.util.Collection<T> implementations)
        Determines the best implementation ofg a service and returns it
        Parameters:
        implementations - All discovered service implementations
        Returns:
        The best service implementation