public interface PublisherFactory
| Modifier and Type | Method and Description |
|---|---|
com.google.cloud.pubsub.v1.Publisher |
createPublisher(String topic)
Creates a
Publisher for a given topic. |
com.google.cloud.pubsub.v1.Publisher createPublisher(String topic)
Publisher for a given topic.topic - destination topicCopyright © 2024. All rights reserved.