| Package | Description |
|---|---|
| com.google.cloud.pubsub |
A client to Google Cloud Pub/Sub.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Topic
A Google Cloud Pub/Sub topic.
|
| Modifier and Type | Method and Description |
|---|---|
abstract TopicInfo |
TopicInfo.Builder.build()
Creates a topic object.
|
static TopicInfo |
TopicInfo.of(String name)
Creates a
TopicInfo object given the name of the topic. |
| Modifier and Type | Method and Description |
|---|---|
Topic |
PubSub.create(TopicInfo topic)
Creates a new topic.
|
Future<Topic> |
PubSub.createAsync(TopicInfo topic)
Sends a request for creating a topic.
|
Copyright © 2016 Google. All rights reserved.