Options
All
  • Public
  • Public/Protected
  • All
Menu

Dummy interface describing ConnectionWrapper events

Hierarchy

  • IConnectionWrapperEvents

Index

Methods

close

  • close(): void
  • Emitted when the connection is closed and ConnectionWrapper will not open a new one

    Returns void

connect

  • connect(prop: ServerProperties): void
  • Emitted every time a new connection is opened

    Parameters

    • prop: ServerProperties

      peer-properties send by RabbitMQ in start method (see AMQP reference)

    Returns void

error

  • error(err: Error): void
  • Connection error

    Parameters

    • err: Error

    Returns void

Generated using TypeDoc