A callback invoked after every successful API response.
Implementations should be non-blocking — awaiting a slow DB write here will
add latency to every API call. Consider queueing the record and writing
asynchronously if persistence latency matters.
A callback invoked after every successful API response.
Implementations should be non-blocking — awaiting a slow DB write here will add latency to every API call. Consider queueing the record and writing asynchronously if persistence latency matters.