UNPKG

@dtu-olp-2024/kafka-nocobase

Version:

A NocoBase plugin for Apache Kafka integration, supporting message publishing, topic management, and event-driven workflows. Built for the DTU GreenHope project.

8 lines (7 loc) 230 B
import { Plugin } from '@nocobase/client'; export declare class KafkaNocobaseClient extends Plugin { afterAdd(): Promise<void>; beforeLoad(): Promise<void>; load(): Promise<void>; } export default KafkaNocobaseClient;