@kenniy/godeye-event-contracts
Version:
Shared event schemas and stream definitions for 8Medical microservices architecture
16 lines • 669 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConsumerGroups = void 0;
exports.ConsumerGroups = {
HRM_PROCESSORS: 'hrm-business-processors',
EMAIL_PROCESSORS: 'email-notification-processors',
SMS_PROCESSORS: 'sms-notification-processors',
ANALYTICS_PROCESSORS: 'analytics-processors',
AUDIT_PROCESSORS: 'audit-trail-processors',
PAYMENT_PROCESSORS: 'payment-processors',
TRANSPORT_PROCESSORS: 'transport-processors',
HEALTH_PROCESSORS: 'health-monitoring-processors',
INTEGRATION_PROCESSORS: 'integration-processors',
FILE_PROCESSORS: 'file-processors',
};
//# sourceMappingURL=index.js.map