public class PubsubPublisherFactory
extends java.lang.Object
The class provides an interaction with the real Pub/Sub client, with operations related to creating a Pub/Sub Publisher.
Modifier and Type | Method and Description |
---|---|
com.google.cloud.pubsub.v1.Publisher |
createPublisher(com.google.pubsub.v1.TopicName topic)
Create a
Publisher instance for the given topic reference. |