Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/cli/invocation/http/support/newCorrelationId"

Index

Functions

newCliCorrelationId

  • newCliCorrelationId(opts?: object): Promise<string>
  • Create a correctly formatted correlation ID. We encode the port that the automation client's message client can communicate back to us on over HTTP, and the channel to use to display messages.

    Parameters

    • Default value opts: object = { channel: "general", encodeListenerPort: false}
      • channel: string
      • Optional encodeListenerPort?: boolean

    Returns Promise<string>

Generated using TypeDoc