UNPKG

@dugongjs/kafkajs

Version:

5 lines (4 loc) 251 B
import type { IMessageChannelParticipant } from "@dugongjs/core"; export declare class MessageChannelParticipantKafkaJS implements IMessageChannelParticipant { generateMessageChannelIdForAggregate(origin: string, aggregateType: string): string; }