| Package | Description |
|---|---|
| com.google.api.services.pubsub.model |
| Modifier and Type | Method and Description |
|---|---|
RetryPolicy |
RetryPolicy.clone() |
RetryPolicy |
Subscription.getRetryPolicy()
A policy that specifies how Pub/Sub retries message delivery for this subscription.
|
RetryPolicy |
RetryPolicy.set(String fieldName,
Object value) |
RetryPolicy |
RetryPolicy.setMaximumBackoff(String maximumBackoff)
The maximum delay between consecutive deliveries of a given message.
|
RetryPolicy |
RetryPolicy.setMinimumBackoff(String minimumBackoff)
The minimum delay between consecutive deliveries of a given message.
|
| Modifier and Type | Method and Description |
|---|---|
Subscription |
Subscription.setRetryPolicy(RetryPolicy retryPolicy)
A policy that specifies how Pub/Sub retries message delivery for this subscription.
|
Copyright © 2011–2021 Google. All rights reserved.