Skip to content

Commit

Permalink
java doc onReady
Browse files Browse the repository at this point in the history
  • Loading branch information
YifeiZhuang committed Jan 16, 2024
1 parent de04327 commit ccd4beb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions xds/src/main/java/io/grpc/xds/XdsTransportFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,9 @@ interface StreamingCall<ReqT, RespT> {
interface EventHandler<RespT> {

/**
* Called when the stream is ready to send additional messages. It can be used to set up timer
* that notify resource absent on resources watchers when initial resource update does not
* arrive before a timeout(15s), also see {@link StreamingCall#isReady()}. Application is free
* to ignore it.
* Called when the stream is ready to send additional messages. If called the library use this
* handler to trigger resource arrival timeout, also see {@link StreamingCall#isReady()}.
* Application is free to ignore it.
*/
void onReady();

Expand Down

0 comments on commit ccd4beb

Please sign in to comment.