Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bohhyang committed Jan 28, 2025
1 parent 63d4420 commit eba2db8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion d2/src/main/java/com/linkedin/d2/xds/XdsClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ final ResourceType getType()
public abstract void onRemoval(String resourceName);

/**
* Just a signal to notify that all resources (including both changed and removed ones) have been processed.
* Just a signal to notify that all resources (including both changed and removed ones) in all response chunks (if
* any) have been processed.
* Default implementation does nothing.
*/
public void onAllResourcesProcessed()
Expand Down

0 comments on commit eba2db8

Please sign in to comment.