Options
All
  • Public
  • Public/Protected
  • All
Menu

Server-side Message client that POSTS to an Atomist client listener (which is itself a server) and logs to a fallback otherwise. There's one distinct HTTP message client for each address.

Hierarchy

  • HttpClientMessageClient

Implements

  • MessageClient
  • SlackMessageClient

Index

Constructors

constructor

Properties

Private dead

dead: boolean

Private goalUrl

goalUrl: string

options

options: object

Type declaration

  • actionStore: ActionStore
  • channel: string
  • port: number
  • transient: boolean
  • workspaceId: string

Private url

url: string

Methods

addressChannels

  • addressChannels(message: any, channels: string | string[], options?: MessageOptions): Promise<any>

addressUsers

  • addressUsers(message: any, users: string | string[], options?: MessageOptions): Promise<any>

respond

  • respond(message: any, options?: MessageOptions): Promise<any>

send

  • send(msg: any, destinations: Destination | Destination[], options?: MessageOptions): Promise<any>

Private sendInternal

  • sendInternal(message: any, destinations: Destination[], options?: MessageOptions): Promise<any>

Private stream

Generated using TypeDoc