Interface SpringSupplierSource.SpringLoader<S,​E extends java.lang.Throwable>

  • Type Parameters:
    S - Spring loaded object to return.
    E - Possible failure in loading.
    Enclosing class:
    SpringSupplierSource

    public static interface SpringSupplierSource.SpringLoader<S,​E extends java.lang.Throwable>
    Provides the loading of Spring.
    • Method Detail

      • load

        S load()
        throws E extends java.lang.Throwable
        Loads the Spring item.
        Returns:
        Spring item.
        Throws:
        E - Possible failure in loading.
        E extends java.lang.Throwable