Interface ServiceConnectionStringProvider<T>

Type Parameters:
T - The service type.
All Superinterfaces:
ConnectionStringProvider
All Known Implementing Classes:
StaticConnectionStringProvider

public interface ServiceConnectionStringProvider<T> extends ConnectionStringProvider
Service connection string provider to provide the connection string for a service type.
  • Method Details

    • getServiceType

      T getServiceType()
      Provide the service type this provider supports.
      Returns:
      The service type.