Service. IEndpoint

Members

(static) Description :string

Type:
  • string

(static) info :module:Service.IEndpoint.EndpointInfo

(static) MiddlewareConfig :Object

A collection of pre and post middleware configurations

Type:
  • Object
Properties
NameTypeDescription
preObject.<string, Object>

A collection of pre-middleware configuration by name

postObject.<string, Object>

A collection of post-middleware configuration by name

/** Collection of configurations to be passed to middleware. Any middleware that is to true or an Object will be enabled and will be passed the config assigned here.

(static) Name :string

Type:
  • string

Methods

(async, static) run(context)

Parameters:
NameTypeDescription
context*
options.Package*

(static) start(party)

Parameters:
NameTypeDescription
party*

Type Definitions

EndpointInfo

Type:
  • Object
Properties
NameTypeDescription
Namestring
Descriptionstring
MiddlewareConfigmodule:Service.IEndpoint.EndpointMiddlewareConfig