UNPKG

syntropylog

Version:

An instance manager with observability for Node.js applications

9 lines 349 B
/** * @file src/brokers/adapter.types.ts * @description Defines the "Universal Broker Contract" for any messaging client * that wants to be instrumented by SyntropyLog. These generic interfaces * are key to decoupling the framework from specific implementations like * RabbitMQ or Kafka. */ export {}; //# sourceMappingURL=adapter.types.js.map