final |
|---|
readonly |
Handles OData batch requests ($batch) in both JSON and multipart/mixed format.
Parses the request body, dispatches each inner request through the QueryPlanner + Engine pipeline, and streams the batch response.
Only GET requests are supported (read-only engine). Inner requests that fail produce an error response entry rather than aborting the entire batch.
| Methods | ||
|---|---|---|
public
|
__construct(RuntimeSchemaInterface $schema, ODataServiceInterface $service)
|
# |
public
|
handle(string $requestBody, ?string $contentType = null): ODataResponse
|
# |