scio icon indicating copy to clipboard operation
scio copied to clipboard

Check and update usage of Beam ProcessContext in ProcessElement functions

Open RustedBones opened this issue 1 year ago • 0 comments

Beam's new way of writing custom do function is to use annotations in the @ProcessElement function.

Check that ProcessContext is only used where relevant Update to newer beam style when possible or indicate in code why we still require to access the ProcessContext

RustedBones avatar Aug 12 '22 15:08 RustedBones