Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HandlerContext

Context available to all handlers

Hierarchy

Index

Properties

correlationId

correlationId: string

Correlation Id for this invocation Note: there can be more then one handler invocations per unique correlation id occurring.

Optional graphClient

graphClient: GraphClient

Client to use for GraphQL queries

Optional invocationId

invocationId: string

Client internal unique Id of the current handler invocation

Optional lifecycle

lifecycle: HandlerLifecycle

Provides access to the lifecycle of a handler and context

messageClient

Client to send messages

Optional source

source: Source

Source of the request, eg. Slack, Dashboard or HTTP

workspaceId

workspaceId: string

ID of the Atomist Workspace

Generated using TypeDoc