Interface EventSubscription.DefinitionStages.WithRetryPolicy

All Known Subinterfaces:
EventSubscription.Definition, EventSubscription.DefinitionStages.WithCreate
Enclosing interface:
EventSubscription.DefinitionStages

public static interface EventSubscription.DefinitionStages.WithRetryPolicy
The stage of the EventSubscription definition allowing to specify retryPolicy.
  • Method Details

    • withRetryPolicy

      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.