Interface LaravelUi5\OData\Service\Contracts\ODataServiceInterface

Contract for an addressable OData service endpoint.

This is the single service interface for the entire package. Both the legacy engine (Controller\Engine) and the new engine (Protocol\Execution\Engine) consume it. The protected hooks configure() and bindResolvers() are extension points on ODataService, not part of this public contract.

Methods