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

com.sap.cds.services.environment.ServiceBindingProvider Maven / Gradle / Ivy

/**************************************************************************
 * (C) 2019-2024 SAP SE or an SAP affiliate company. All rights reserved. *
 **************************************************************************/
package com.sap.cds.services.environment;

import java.util.stream.Stream;

import com.sap.cds.services.runtime.CdsProvider;
import com.sap.cloud.environment.servicebinding.api.ServiceBinding;

/**
 * Provider for available {@link ServiceBinding}s
 */
public interface ServiceBindingProvider extends CdsProvider {

	/**
	 * Provides the available {@link ServiceBinding}s.
	 *
	 * @return a stream of all available {@link ServiceBinding}s.
	 */
	Stream get();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy