Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Record metadata is accessible via ProcessorContext that is provided via Processor#init()Transformer#init(), and ValueTransformer#init(). The context object is updated under the hood and contains the metadata for the currently processed record each time process()  transform(), or transformValue() is called.

...