@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
51 lines (28 loc) • 1 kB
Markdown
---
lang: en
title: 'API docs: rest.sequencehandler'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/rest
permalink: /doc/en/lb4/apidocs.rest.sequencehandler.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/rest](./rest.md) > [SequenceHandler](./rest.sequencehandler.md)
## SequenceHandler interface
A sequence handler is a class implementing sequence of actions required to handle an incoming request.
**Signature:**
```typescript
export interface SequenceHandler
```
## Methods
<table><thead><tr><th>
Method
</th><th>
Description
</th></tr></thead>
<tbody><tr><td markdown="1">
[handle(context)](./rest.sequencehandler.handle.md)
</td><td markdown="1">
Handle the request by running the configured sequence of actions.
</td></tr>
</tbody></table>