Skip to content

Commit

Permalink
update to add javadoc to getRegisteredInfo method
Browse files Browse the repository at this point in the history
Signed-off-by: Tihomir Surdilovic <[email protected]>
  • Loading branch information
tsurdilo committed Feb 16, 2024
1 parent 38c85fd commit 531d933
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ public Collection<Worker> getWorkers() {
return workers;
}

/** Return information on registered workflow and activity types per task queue */
public Map<String, RegisteredInfo> getRegisteredInfo() {
if (workers == null) {
this.workers = createWorkers(getWorkerFactory());
Expand Down

0 comments on commit 531d933

Please sign in to comment.