File tree Expand file tree Collapse file tree
pubsub/google/cloud/pubsub_v1/subscriber Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -186,14 +186,14 @@ def callback(message):
186186 subscription (str): The name of the subscription. The
187187 subscription should have already been created (for example,
188188 by using :meth:`create_subscription`).
189- callback (Callable[~.pubsub_v1.subscriber.message.Message]):
189+ callback (Callable[~google.cloud .pubsub_v1.subscriber.message.Message]):
190190 The callback function. This function receives the message as
191191 its only argument and will be called from a different thread/
192192 process depending on the scheduling strategy.
193- flow_control (~.pubsub_v1.types.FlowControl): The flow control
193+ flow_control (~google.cloud .pubsub_v1.types.FlowControl): The flow control
194194 settings. Use this to prevent situations where you are
195195 inundated with too many messages at once.
196- scheduler (~.pubsub_v1.subscriber.scheduler.Scheduler): An optional
196+ scheduler (~google.cloud .pubsub_v1.subscriber.scheduler.Scheduler): An optional
197197 *scheduler* to use when executing the callback. This controls
198198 how callbacks are executed concurrently.
199199
You can’t perform that action at this time.
0 commit comments