Options
All
  • Public
  • Public/Protected
  • All
Menu

Start process to listen to HTTP POSTs from HttpClientMessageClient and display them to the console. Supports both both structured messages coming from a MessageClient and raw output sent for diagnostic or other purposes. The /message endpoint takes StreamedMessage The /write endpoint takes a simple { message }

Hierarchy

  • HttpMessageListener

Index

Constructors

constructor

Properties

Private channels

channels: string[]

Private goalRenderer

goalRenderer: ConsoleGoalRendering

parameters

Private seenCompletion

seenCompletion: boolean

Private server

server: Server

Accessors

canTerminate

  • get canTerminate(): boolean

Methods

Private addGoalRoute

  • addGoalRoute(app: Express): void

Private addMessageRoute

  • addMessageRoute(app: Express): void

Private addWriteRoute

  • addWriteRoute(app: Express): void

start

  • start(): this

Generated using TypeDoc