All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sap.cds.mtx.CdsDataStoreConnectorCreator Maven / Gradle / Ivy

/*
 * ----------------------------------------------------------------
 * © 2019-2021 SAP SE or an SAP affiliate company. All rights reserved.
 * ----------------------------------------------------------------
 *
 */

package com.sap.cds.mtx;

import com.sap.cds.CdsDataStoreConnector;

@FunctionalInterface
public interface CdsDataStoreConnectorCreator {
    CdsDataStoreConnector create(String tenantId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy