Interface RemoteService

All Superinterfaces:
CqnService, Service

public interface RemoteService extends CqnService
A RemoteService is a CqnService that is backed by an actual service definition within the CdsModel. It is a local representation of a service that is implemented by a different microservice / endpoint / backend, which is usually available through some (network) protocol (e.g. HTTP, OData, etc.)
  • Method Details

    • getDefinition

      com.sap.cds.reflect.CdsService getDefinition()
      Returns:
      the definition of the service from the CdsModel