Expand description
Convert requests to calls to the underlying provider
The backend handler embodies the last processing step from external request to internal function call - parsing of the request body and conversion to a native operation which is then passed to the provider.
Structsยง
- Back
EndHandler - Back end handler component
- Back
EndHandler Builder - Builder for
BackEndHandler