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) | Handle the request by running the configured sequence of actions. |