UNPKG

@message-queue-toolkit/kafka

Version:
12 lines 375 B
export class KafkaHandlerConfig { // biome-ignore lint/suspicious/noExplicitAny: Input for schema is flexible schema; handler; constructor( // biome-ignore lint/suspicious/noExplicitAny: Input for schema is flexible schema, handler) { this.schema = schema; this.handler = handler; } } //# sourceMappingURL=KafkaHandlerConfig.js.map