Skip to content

Commit ece91dd

Browse files
authored
---
yaml --- r: 8817 b: refs/heads/lesv-patch-1 c: d2335a1 h: refs/heads/master i: 8815: 6f77771
1 parent 2ba8625 commit ece91dd

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ refs/tags/v0.22.0: 18b298fe4bfe8ec2f20b0e0bf7ffdcce5cc3c5fe
6666
refs/heads/vam-google-patch-1: d0c8fee3a4074d0bf7360ce8c4f7f7223d0ee7b9
6767
refs/heads/vam-google-patch-CODEOWNERS: 2ac1616e25229e51d08a984708ef1918f91a35ee
6868
refs/heads/danoscarmike-patch-1: 7342a9916bce4ed00002c7202e2a16c5d46afaea
69-
refs/heads/lesv-patch-1: 60b791214ef2e950a7eef6c78fb2981df0286d78
69+
refs/heads/lesv-patch-1: d2335a1a296bb2ed403e4218b1b04c2ff5f6a651
7070
refs/heads/ml-update-branch: 079dd6610017f5c51b9d1938c12d6d55b61513cf
7171
refs/heads/vkedia-patch-2: 7d8241388a9769a5c069334761b06c7012c878e7
7272
refs/heads/vkedia-patch-3: 4d128043acaa7db9160faf439d2ca6104e8a88cb

branches/lesv-patch-1/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/Subscriber.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@
8686
*
8787
* <p>{@link Subscriber} will use the credentials set on the channel, which uses application default
8888
* credentials through {@link GoogleCredentials#getApplicationDefault} by default.
89+
*
90+
* <p>{@code Subscriber} is implemented using <a
91+
* href="http://google.github.io/guava/releases/snapshot/api/docs/com/google/common/util/concurrent/Service.html">Guava's
92+
* Service</a> and provides the same methods. See <a
93+
* href="https://github.com/google/guava/wiki/ServiceExplained">Guava documentation</a> for more
94+
* details.
8995
*/
9096
public class Subscriber extends AbstractApiService {
9197
private static final int THREADS_PER_CHANNEL = 5;

0 commit comments

Comments
 (0)