DeadLetterPolicy: Builds a DeadLetterPolicy Object

View source: R/objects.R

DeadLetterPolicyR Documentation

Builds a DeadLetterPolicy Object

Description

Builds a DeadLetterPolicy Object

Usage

DeadLetterPolicy(max_delivery_attempts = NULL, dead_letter_topic = NULL)

Arguments

max_delivery_attempts

numeric The maximum number of delivery attempts for any message

dead_letter_topic

character, Topic The name of the topic to which dead letter messages should be published

Value

DeadLetterPolicy object

See Also

Other Object functions: DlqPolicy(), ExpirationPolicy(), MessageStoragePolicy(), PubsubMessage(), PushConfig(), RetryPolicy(), SchemaSettings(), Schema(), Snapshot(), Subscription(), Topic()


googlePubsubR documentation built on March 7, 2023, 6:38 p.m.