Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Service

Hierarchy

  • Service

Index

Constructors

constructor

Properties

Private Readonly _config

_config: AppConfig

Private _endpoints

_endpoints: {}

Type declaration

Private Readonly _expressApp

_expressApp: Express

Private _server

_server: Server

Private Readonly _serviceName

_serviceName: string

Accessors

config

endpoints

  • get endpoints(): {}

expressApp

  • get expressApp(): Express

isRunning

  • get isRunning(): boolean

server

  • get server(): Server

serviceName

  • get serviceName(): string

Methods

endpoint

fileUploadEndpoint

Private initDefaultRouting

  • initDefaultRouting(): void

Private initExpress

  • initExpress(): Express

Private isAnswerValid

  • isAnswerValid(answer: GatewayAnswer, expectedHistory: string[]): boolean

Private sanitize

Private sanitizePath

  • sanitizePath(path: string): string

start

stop

Generated using TypeDoc