StreamingJob.UpdateStages.WithEventsOutOfOrderPolicy Interface

public static interface StreamingJob.UpdateStages.WithEventsOutOfOrderPolicy

The stage of the StreamingJob update allowing to specify eventsOutOfOrderPolicy.

Method Summary

Modifier and Type Method and Description
abstract 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..

Method Details

withEventsOutOfOrderPolicy

public abstract 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.

Applies to