Interface InternalWindowFunction.InternalWindowContext

    • Method Detail

      • currentProcessingTime

        long currentProcessingTime()
      • currentWatermark

        long currentWatermark()
      • output

        <X> void output​(OutputTag<X> outputTag,
                        X value)