stub: default impl for disableAutoRequestWithInitial(int) (#7018)

This commit is contained in:
Jihun Cho 2020-05-07 12:47:28 -07:00 committed by GitHub
parent 73d35e336e
commit 24823c741f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -135,7 +135,9 @@ public abstract class CallStreamObserver<V> implements StreamObserver<V> {
*
* <p>This API is still a work in-progress and will likely change in the future.
*/
public abstract void disableAutoRequestWithInitial(int request);
public void disableAutoRequestWithInitial(int request) {
throw new UnsupportedOperationException();
}
/**
* Requests the peer to produce {@code count} more messages to be delivered to the 'inbound'