Interface PublisherFactory
- All Known Implementing Classes:
CachingPublisherFactory,DefaultPublisherFactory
public interface PublisherFactory
The publisher factory interface that can create publishers.
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.cloud.pubsub.v1.PublishercreatePublisher(String topic) Creates aPublisherfor a given topic.
-
Method Details
-
createPublisher
Creates aPublisherfor a given topic.- Parameters:
topic- destination topic- Returns:
- fully configured publisher
-