Interface StreamingJob.UpdateStages.WithEventsOutOfOrderPolicy

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

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

      • withEventsOutOfOrderPolicy

        StreamingJob.Update withEventsOutOfOrderPolicy​(EventsOutOfOrderPolicy eventsOutOfOrderPolicy)
        Specifies the eventsOutOfOrderPolicy property: Indicates the policy to apply to events that arrive out of order in the input event stream..
        Parameters:
        eventsOutOfOrderPolicy - Indicates the policy to apply to events that arrive out of order in the input event stream.
        Returns:
        the next definition stage.