pull_messages: Pull messages from a subscription

Description Usage Arguments

View source: R/subscriptions.R

Description

Pull messages from a subscription

Usage

1
pull_messages(project, subscription, returnImmediately, maxMessages)

Arguments

project

Name of Google Cloud Project

subscription

Name of the subscription available for consuming messages

returnImmediately

A boolean to indicate whether Google Pubsub should return a response to the function immediately or for it to attempt to collect more messages before returning

maxMessages

The maximum number of messages returned for this request. The Pub/Sub system may return fewer than the number specified.


hairizuanbinnoorazman/rgooglepubsub documentation built on May 17, 2019, 2:25 p.m.