Interface EventSubscription.DefinitionStages.WithRetryPolicy

    • Method Detail

      • withRetryPolicy

        EventSubscription.DefinitionStages.WithCreate 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.