|
Lines 143-149
Link Here
|
| 143 |
The same holds for the framework. |
143 |
The same holds for the framework. |
| 144 |
Thus, a callback mechanism is used |
144 |
Thus, a callback mechanism is used |
| 145 |
to notify a consumer that a request has been completed (the |
145 |
to notify a consumer that a request has been completed (the |
| 146 |
callback is specified by the consumer on an per-request basis). |
146 |
callback is specified by the consumer on a per-request basis). |
| 147 |
The callback is invoked by the framework whether the request was |
147 |
The callback is invoked by the framework whether the request was |
| 148 |
successfully completed or not. |
148 |
successfully completed or not. |
| 149 |
An error indication is provided in the latter case. |
149 |
An error indication is provided in the latter case. |