Page Contents
Home > @loopback/express > MiddlewareView
MiddlewareView class
Watch middleware binding keys for the given context and sort them by group
Signature:
export declare class MiddlewareView extends ContextView
Extends: ContextView
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(ctx, options) | Constructs a new instance of the MiddlewareView class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| middlewareBindingKeys | string[] | A list of binding keys sorted by group for registered middleware |
Methods
| Method | Modifiers | Description |
|---|---|---|
| refresh() |