You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: trunk/gcloud-java-pubsub/README.md
+59Lines changed: 59 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,3 +23,62 @@ Add this to your pom.xml file
23
23
<version>0.0.10</version>
24
24
</dependency>
25
25
```
26
+
27
+
Example Application
28
+
-------------------
29
+
TODO
30
+
31
+
Authentication
32
+
--------------
33
+
34
+
See the [Authentication](https://github.com/GoogleCloudPlatform/gcloud-java#authentication) section in the base directory's README.
35
+
36
+
About Google Cloud Pub/Sub
37
+
--------------------------
38
+
39
+
[Google Cloud Pub/Sub][cloud-pubsub] is designed to provide reliable,
40
+
many-to-many, asynchronous messaging between applications. Publisher
41
+
applications can send messages to a ``topic`` and other applications can
42
+
subscribe to that topic to receive the messages. By decoupling senders and
43
+
receivers, Google Cloud Pub/Sub allows developers to communicate between
44
+
independently written applications.
45
+
46
+
TODO: link to docs on activating Pub/Sub, high-level documentation on
47
+
the API, and code snippet
48
+
49
+
Java Versions
50
+
-------------
51
+
52
+
Java 7 or above is required for using this client.
53
+
54
+
Testing
55
+
-------
56
+
57
+
TODO
58
+
59
+
Versioning
60
+
----------
61
+
62
+
This library follows [Semantic Versioning] (http://semver.org/).
63
+
64
+
It is currently in major version zero (``0.y.z``), which means that anything
65
+
may change at any time and the public API should not be considered
66
+
stable.
67
+
68
+
Contributing
69
+
------------
70
+
71
+
Contributions to this library are always welcome and highly encouraged.
72
+
73
+
See [CONTRIBUTING] for more information on how to get started.
0 commit comments