Class TestContexts

java.lang.Object
io.github.flink.gcp.connector.testutils.TestContexts

@Internal public final class TestContexts extends Object
Shared test stubs for SinkWriter.Context.
  • Field Details

    • NO_OP

      public static final org.apache.flink.api.connector.sink2.SinkWriter.Context NO_OP
      A no-op context: no timestamp, and Long.MIN_VALUE for the watermark — the value a writer sees before any watermark has arrived.