Interface DoFnSignature.MethodWithExtraParameters

    • Method Detail

      • extraParameters

        java.util.List<DoFnSignature.Parameter> extraParameters()
        Types of optional parameters of the annotated method, in the order they appear.

        Validation that these are allowed is external to this class.

      • observesWindow

        default boolean observesWindow()
        Whether this method observes - directly or indirectly - the window that an element resides in.

        State, Timer, DoFn.SideInput parameters indirectly observe the window, because they are each scoped to a single window.