addHandler method

Handler addHandler(
  1. Handler handler
)

Returns a new Handler with handler as the final processor of a Request if all of the middleware in the pipeline have passed the request through.

Implementation

Handler addHandler(Handler handler) => handler;