Class InputTransformationConfig


  • public final class InputTransformationConfig
    extends TransformationConfig

    A single input transformation for a flow edge, applied to a field of the input tuple. Enhances a generic transformation by adding an operation type.

    • Constructor Detail

      • InputTransformationConfig

        public InputTransformationConfig()

        Create a new empty transformation.

      • InputTransformationConfig

        public InputTransformationConfig​(com.typesafe.config.Config config)

        Create a new transformation from HOCON configuration.

        Parameters:
        config - HOCON representation of the transformation