An interface that represents a registry object which is used to register a messaging broker on app startup. Example using an express app:

 import express from 'express';
//...
const app = express();

Hierarchy

  • MessagingRegistry

Properties

Properties

get: ((name) => any)

Type declaration

    • (name): any
    • Parameters

      • name: string

      Returns any

set: ((setting, val) => MessagingRegistry)

Type declaration

Generated using TypeDoc