- Source
Members
(static) Description :string
Type:
- string
- Source
(static) info :module:Service.IEndpoint.EndpointInfo
- Source
(static) MiddlewareConfig :Object
A collection of pre and post middleware configurations
Type:
Properties- Object
Name | Type | Description |
---|---|---|
pre | Object.<string, Object> | A collection of pre-middleware configuration by name |
post | Object.<string, Object> | A collection of post-middleware configuration by name /** Collection of configurations to be passed to middleware. Any middleware that is to |
- Source
(static) Name :string
Type:
- string
- Source
Methods
(async, static) run(context)
Parameters:
Name | Type | Description |
---|---|---|
context | * | |
options.Package | * |
- Source
(static) start(party)
Parameters:
Name | Type | Description |
---|---|---|
party | * |
- Source
Type Definitions
EndpointInfo
Type:
Properties- Object
Name | Type | Description |
---|---|---|
Name | string | |
Description | string | |
MiddlewareConfig | module:Service. |
- Source