Class LaravelUi5\OData\Protocol\Execution\BatchHandler

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