java.lang.Object
org.apache.beam.sdk.transforms.windowing.Never

public final class Never extends Object
A Trigger which never fires.

Using this trigger will only produce output when the watermark passes the end of the window plus the allowed lateness.

  • Constructor Details

    • Never

      public Never()
  • Method Details