Learn R Programming

googlePubsubR (version 0.0.4)

DeadLetterPolicy: Builds a DeadLetterPolicy Object

Description

Builds a DeadLetterPolicy Object

Usage

DeadLetterPolicy(max_delivery_attempts = NULL, dead_letter_topic = NULL)

Value

DeadLetterPolicy object

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

See Also

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