DeadLetterPolicy {googlePubsubR} | R Documentation |
Builds a DeadLetterPolicy Object
Description
Builds a DeadLetterPolicy Object
Usage
DeadLetterPolicy(max_delivery_attempts = NULL, dead_letter_topic = NULL)
Arguments
max_delivery_attempts |
|
dead_letter_topic |
|
Value
DeadLetterPolicy
object
See Also
Other Object functions:
DlqPolicy()
,
ExpirationPolicy()
,
MessageStoragePolicy()
,
PubsubMessage()
,
PushConfig()
,
RetryPolicy()
,
SchemaSettings()
,
Schema()
,
Snapshot()
,
Subscription()
,
Topic()
[Package googlePubsubR version 0.0.4 Index]