UNPKG

@nivinjoseph/n-eda

Version:

Event Driven Architecture framework

16 lines (15 loc) 303 B
export interface GrpcDetails { readonly host: string; readonly port: number; readonly isSecure?: boolean; readonly connectionPoolSize?: number; } export interface GrpcModel { consumerId: string; topic: string; partition: number; eventName: string; payload: string; }