We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8115710 commit 6ef72e2Copy full SHA for 6ef72e2
docs/src/main/asciidoc/spring-integration-pubsub.adoc
@@ -69,7 +69,7 @@ Depending on your use case, you might want to use a `MessageChannel` other than
69
70
Then, we declare a `PubSubInboundChannelAdapter` bean.
71
It requires the channel we just created and a `SubscriberFactory`, which creates `Subscriber` objects from the Google Cloud Java Client for Pub/Sub.
72
-The Spring Boot starter for GCP Pub/Sub provides a configured `SubscriberFactory`.
+The Spring Boot starter for GCP Pub/Sub provides a configured `PubSubSubscriberOperations` object.
73
74
The `PubSubInboundChannelAdapter` supports three acknowledgement modes, with `AckMode.AUTO` being the default value;
75
0 commit comments