Package com.sap.cds.services.runtime
Interface CdsRuntimeAware
public interface CdsRuntimeAware
Can be implemented by classes loaded through
ExtendedServiceLoader.
It allows access to the CdsRuntime for which the class was loaded through the setCdsRuntime(CdsRuntime) method.
This method is called directly after object creation through Java's standard ServiceLoader.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetCdsRuntime(CdsRuntime runtime) Provides access to theCdsRuntime.
-
Method Details
-
setCdsRuntime
Provides access to theCdsRuntime. It is called directly after the object was created.- Parameters:
runtime- theCdsRuntime
-