UNPKG

@kenniy/godeye-event-contracts

Version:

Shared event schemas and stream definitions for 8Medical microservices architecture

14 lines 747 B
export declare const ConsumerGroups: { readonly HRM_PROCESSORS: "hrm-business-processors"; readonly EMAIL_PROCESSORS: "email-notification-processors"; readonly SMS_PROCESSORS: "sms-notification-processors"; readonly ANALYTICS_PROCESSORS: "analytics-processors"; readonly AUDIT_PROCESSORS: "audit-trail-processors"; readonly PAYMENT_PROCESSORS: "payment-processors"; readonly TRANSPORT_PROCESSORS: "transport-processors"; readonly HEALTH_PROCESSORS: "health-monitoring-processors"; readonly INTEGRATION_PROCESSORS: "integration-processors"; readonly FILE_PROCESSORS: "file-processors"; }; export type ConsumerGroupName = typeof ConsumerGroups[keyof typeof ConsumerGroups]; //# sourceMappingURL=index.d.ts.map