Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RabbitMqConnection

Provides an abstraction over a physical connection to the RabbitMQ server.

Hierarchy

  • RabbitMqConnection

Index

Constructors

constructor

  • new RabbitMqConnection(connection: Connection, connectionOptions: string | Connect): RabbitMqConnection

Methods

getAmqpConnection

  • getAmqpConnection(): Connection

getOptions

  • getOptions(): Connect
  • returns options object, we connected with, or null if connection was established with a connection string

    Returns Connect

getUri

  • getUri(): string

Generated using TypeDoc