Options
All
  • Public
  • Public/Protected
  • All
Menu

@types/amqp-connection-manager

Index

Type aliases

SetupFunc

SetupFunc: ((channel: ConfirmChannel, callback: (error?: Error) => void) => void) | ((channel: ConfirmChannel) => Promise<void>)

Functions

connect

  • Creates a new AmqpConnectionManager, which will connect to one of the URLs provided in urls. If a broker is unreachable or dies, then AmqpConnectionManager will try the next available broker, round-robin.

    Parameters

    Returns AmqpConnectionManager

Generated using TypeDoc