Skip to content

Commit

Permalink
Add stopDelay as optional broker registry option
Browse files Browse the repository at this point in the history
  • Loading branch information
kthompson23 committed Nov 14, 2024
1 parent 5d94bff commit 50c4590
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,7 @@ declare namespace Moleculer {
strategyOptions?: GenericObject;
preferLocal?: boolean;
discoverer?: RegistryDiscovererOptions | BaseDiscoverer | string;
stopDelay?: number;
}

interface RegistryDiscovererOptions {
Expand Down

0 comments on commit 50c4590

Please sign in to comment.