mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Add and to for kafka-node
This commit is contained in:
parent
aa06fc4b78
commit
d3ceda3ede
2
types/kafka-node/index.d.ts
vendored
2
types/kafka-node/index.d.ts
vendored
@ -6,7 +6,7 @@
|
||||
|
||||
// # Classes
|
||||
export declare class Client {
|
||||
constructor(connectionString: string, clientId?: string, options?: ZKOptions);
|
||||
constructor(connectionString: string, clientId?: string, options?: ZKOptions, noBatchOptions?: AckBatchOptions, sslOptions?: any);
|
||||
close(callback?: Function): void;
|
||||
topicExists(topics: Array<string>, callback: Function): void;
|
||||
refreshMetadata(topics: Array<string>, cb?: (error: any, data: any) => any): void;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user