Interface CdsDataStoreConnectorCreator

All Known Implementing Classes:
CdsDataStoreConnectorCreatorImpl
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 CdsDataStoreConnectorCreator
  • Method Summary

    Modifier and Type
    Method
    Description
    com.sap.cds.CdsDataStoreConnector
    create(String tenantId)
     
  • Method Details

    • create

      com.sap.cds.CdsDataStoreConnector create(String tenantId)