Interface ConnectionProvider<T extends ConnectionDetails>

    • Method Detail

      • getClassType

        Class<T> getClassType()
      • getConnectionDetails

        List<T> getConnectionDetails()
      • test

        boolean test​(T connectionDetails)
      • prepare

        T prepare​(T connectionDetails)