Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICabbitEvents

Cabbit events

Hierarchy

  • ICabbitEvents

Index

Methods

  • close(): void
  • The channel was closed. If Cabbit.close has not been called, Cabbit will try to create a new one

    Returns void

  • error(err: Error): void
  • An error has occured in the channel or connection

    Parameters

    • err: Error

    Returns void

  • setup(): void
  • Routing successfully configured

    Returns void

  • setupFailed(err: Error): void
  • An error has occured during routing configuration

    Parameters

    • err: Error

    Returns void

Generated using TypeDoc