Page Contents

Home > @loopback/rest > SequenceHandler

SequenceHandler interface

A sequence handler is a class implementing sequence of actions required to handle an incoming request.

Signature:

export interface SequenceHandler 

Methods

Method Description
[handle(context)](/doc/en/lb4/apidocs.rest.sequencehandler.handle.html) Handle the request by running the configured sequence of actions.