Skip to content

Commit 6ef72e2

Browse files
authored
Mention correct object in spring-integration-pubsub.adoc (spring-attic#2126)
1 parent 8115710 commit 6ef72e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/spring-integration-pubsub.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Depending on your use case, you might want to use a `MessageChannel` other than
6969

7070
Then, we declare a `PubSubInboundChannelAdapter` bean.
7171
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`.
72+
The Spring Boot starter for GCP Pub/Sub provides a configured `PubSubSubscriberOperations` object.
7373

7474
The `PubSubInboundChannelAdapter` supports three acknowledgement modes, with `AckMode.AUTO` being the default value;
7575

0 commit comments

Comments
 (0)