Interface EventSubscription.UpdateStages.WithRetryPolicy
-
- All Known Subinterfaces:
EventSubscription.Update
- Enclosing interface:
- EventSubscription.UpdateStages
public static interface EventSubscription.UpdateStages.WithRetryPolicyThe stage of the EventSubscription update allowing to specify retryPolicy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventSubscription.UpdatewithRetryPolicy(RetryPolicy retryPolicy)Specifies the retryPolicy property: The retry policy for events.
-
-
-
Method Detail
-
withRetryPolicy
EventSubscription.Update withRetryPolicy(RetryPolicy retryPolicy)
Specifies the retryPolicy property: The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events..- Parameters:
retryPolicy- The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events.- Returns:
- the next definition stage.
-
-