Package com.sap.cds.adapter
Interface AdapterFactory
- All Known Subinterfaces:
ServletAdapterFactory
public interface AdapterFactory
Interface to be used with
ExtendedServiceLoader for creating adapters.
Implementing classes can get access to the CdsRuntime by implementing CdsRuntimeAware.-
Method Summary
-
Method Details
-
create
Object create()Creates the adapter and initializes it- Returns:
- the created adapter
-
isEnabled
boolean isEnabled()- Returns:
- true, if the adapter is enabled
-