Interface ConnectionStringProvider

All Known Subinterfaces:
ServiceConnectionStringProvider<T>
All Known Implementing Classes:
StaticConnectionStringProvider

public interface ConnectionStringProvider
Interface to be implemented by classes that wish to provide the connection string.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the connection string
  • Method Details

    • getConnectionString

      String getConnectionString()
      Get the connection string
      Returns:
      the connection string