I see some examples of the "next" callback for various event handlers, but the accepted parameters are not always clears - both the type and behavior.
For example, for ext, it says:
next - the callback function the extension method must call to return control over to the router. The function takes an optional response argument, which will cause the process to jump to the "send response" step, skipping all other steps in between.