Interceptor function signature. Calls next() to delegate to the next interceptor in the pipeline, or to the raw operation when at the end. Don't call next() to short-circuit the pipeline (e.g. when returning a synthetic result, or throwing).
next()
Interceptor function signature. Calls
next()to delegate to the next interceptor in the pipeline, or to the raw operation when at the end. Don't callnext()to short-circuit the pipeline (e.g. when returning a synthetic result, or throwing).