UNPKG

@nivinjoseph/n-eda

Version:

Event Driven Architecture framework

14 lines (13 loc) 226 B
export interface RpcDetails { readonly host: string; readonly port: number; } export interface RpcModel { consumerId: string; topic: string; partition: number; eventName: string; payload: object; }