Class TestStream.ProcessingTimeEvent<T>

java.lang.Object
org.apache.beam.sdk.testing.TestStream.ProcessingTimeEvent<T>
All Implemented Interfaces:
TestStream.Event<T>
Enclosing class:
TestStream<T>

public abstract static class TestStream.ProcessingTimeEvent<T> extends Object implements TestStream.Event<T>
A TestStream.Event that advances the processing time clock.
  • Constructor Details

    • ProcessingTimeEvent

      public ProcessingTimeEvent()
  • Method Details

    • getProcessingTimeAdvance

      public abstract Duration getProcessingTimeAdvance()
    • advanceBy

      @Internal public static <T> TestStream.Event<T> advanceBy(Duration amount)
      For internal use only: no backwards compatibility guarantees.