UNPKG

411 BTypeScriptView Raw
1import { IngesterRegistration } from "../registration/IngesterRegistration";
2/**
3 * Manage ingester registrations.
4 */
5export interface IngesterRegistrationManager {
6 /**
7 * Add ingester to this machine.
8 * @param {IngesterRegistration} ingester
9 * @returns {this}
10 */
11 addIngester(ingester: string | IngesterRegistration): this;
12}
13//# sourceMappingURL=IngesterRegistrationManager.d.ts.map
\No newline at end of file