aboutsummaryrefslogtreecommitdiff
path: root/stub
diff options
context:
space:
mode:
authorCarl Mastrangelo <notcarl@google.com>2018-07-31 15:28:48 -0700
committerGitHub <noreply@github.com>2018-07-31 15:28:48 -0700
commit85448189ee23380d8f01ef774f070becd0744677 (patch)
tree2aeb977b144cdcb05c07031470492a95f58f907e /stub
parent696082f52ebad64bcc89dee5dc1d02b10965cfcf (diff)
downloadgrpc-grpc-java-85448189ee23380d8f01ef774f070becd0744677.tar.gz
all: add tracking issues for all experimental APIs and make it required
Additionally, make Status*Exception.getTrailers() non experimental
Diffstat (limited to 'stub')
-rw-r--r--stub/src/main/java/io/grpc/stub/ClientResponseObserver.java2
-rw-r--r--stub/src/main/java/io/grpc/stub/StreamObservers.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/stub/src/main/java/io/grpc/stub/ClientResponseObserver.java b/stub/src/main/java/io/grpc/stub/ClientResponseObserver.java
index c85ebf178..2e7ea35eb 100644
--- a/stub/src/main/java/io/grpc/stub/ClientResponseObserver.java
+++ b/stub/src/main/java/io/grpc/stub/ClientResponseObserver.java
@@ -22,7 +22,7 @@ import io.grpc.ExperimentalApi;
* Specialization of {@link StreamObserver} implemented by clients in order to interact with the
* advanced features of a call such as flow-control.
*/
-@ExperimentalApi
+@ExperimentalApi("https://github.com/grpc/grpc-java/issues/4693")
public interface ClientResponseObserver<ReqT, RespT> extends StreamObserver<RespT> {
/**
* Called by the runtime priot to the start of a call to provide a reference to the
diff --git a/stub/src/main/java/io/grpc/stub/StreamObservers.java b/stub/src/main/java/io/grpc/stub/StreamObservers.java
index 5477b555b..f7ccc9767 100644
--- a/stub/src/main/java/io/grpc/stub/StreamObservers.java
+++ b/stub/src/main/java/io/grpc/stub/StreamObservers.java
@@ -24,7 +24,7 @@ import java.util.Iterator;
* Utility functions for working with {@link StreamObserver} and it's common subclasses like
* {@link CallStreamObserver}.
*/
-@ExperimentalApi
+@ExperimentalApi("https://github.com/grpc/grpc-java/issues/4694")
public final class StreamObservers {
/**
* Copy the values of an {@link Iterator} to the target {@link CallStreamObserver} while properly