Class DoFnSignature


  • @Internal
    public abstract class DoFnSignature
    extends java.lang.Object
    Describes the signature of a DoFn, in particular, which features it uses, which extra context it requires, types of the input and output elements, etc.

    See A new DoFn.