Interface ServiceConnectionStringProvider<T>

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 Summary

    Modifier and Type
    Method
    Description
    Provide the service type this provider supports.

    Methods inherited from interface com.azure.spring.cloud.core.provider.connectionstring.ConnectionStringProvider

    getConnectionString
  • Method Details

    • getServiceType

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