Interface StreamingJob.UpdateStages.WithEventsOutOfOrderMaxDelayInSeconds

  • All Known Subinterfaces:
    StreamingJob.Update
    Enclosing interface:
    StreamingJob.UpdateStages

    public static interface StreamingJob.UpdateStages.WithEventsOutOfOrderMaxDelayInSeconds
    The stage of the StreamingJob update allowing to specify eventsOutOfOrderMaxDelayInSeconds.
    • Method Detail

      • withEventsOutOfOrderMaxDelayInSeconds

        StreamingJob.Update withEventsOutOfOrderMaxDelayInSeconds​(Integer eventsOutOfOrderMaxDelayInSeconds)
        Specifies the eventsOutOfOrderMaxDelayInSeconds property: The maximum tolerable delay in seconds where out-of-order events can be adjusted to be back in order..
        Parameters:
        eventsOutOfOrderMaxDelayInSeconds - The maximum tolerable delay in seconds where out-of-order events can be adjusted to be back in order.
        Returns:
        the next definition stage.