Interface StorageProviderFactory

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface StorageProviderFactory
Factory for creating StorageProvider instances. This functional interface allows data source plugins to provide storage provider implementations without exposing implementation details.