Skip to content

Commit

Permalink
- fix missing event handler #186
Browse files Browse the repository at this point in the history
  • Loading branch information
falk.nisius@queo.de committed Dec 6, 2021
1 parent 0ec7eea commit 76cb6a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,8 @@ export interface PoolCluster {
of(pattern: undefined | null | false, selector: string): FilteredPoolCluster;
remove(pattern: string): void;
getConnection(pattern?: string, selector?: string): Promise<PoolConnection>;

on(ev: 'remove', callback: (nodekey: string) => void): PoolCluster
}

export interface UpsertResult {
Expand Down

0 comments on commit 76cb6a8

Please sign in to comment.