mirror of https://github.com/grpc/grpc-java.git
stub: update CallStreamObserver stabilization issue
This commit is contained in:
parent
be7aa50441
commit
67d5f1b0d6
|
@ -50,7 +50,7 @@ import io.grpc.ExperimentalApi;
|
|||
* <p>DO NOT MOCK: The API is too complex to reliably mock. Use InProcessChannelBuilder to create
|
||||
* "real" RPCs suitable for testing.
|
||||
*/
|
||||
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1788")
|
||||
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/8499")
|
||||
public abstract class CallStreamObserver<V> implements StreamObserver<V> {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue