create_subscription: Create new subscription

Description Usage Arguments

View source: R/subscriptions.R

Description

Create new subscription

Usage

1
2
create_subscription(project, subscription, topic, pushConfig = NULL,
  ackDeadlineSeconds = 10)

Arguments

project

Name of Google Cloud Project

subscription

Name of the subscription available for consuming messages

topic

The name of the topic from which this subscription is receiving messages.

pushConfig

Named list of key and value pairs that would be used as attributes

ackDeadlineSeconds

This value is the maximum time after a subscriber receives a message before the subscriber should acknowledge the message. It will only take a minimum of 10s and a maximum of 600s


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