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(); Copy
import express from 'express'; //... const app = express();
Generated using TypeDoc
An interface that represents a registry object which is used to register a messaging broker on app startup. Example using an express app: