Interface StreamingJob.DefinitionStages.WithOutputErrorPolicy

    • Method Detail

      • withOutputErrorPolicy

        StreamingJob.DefinitionStages.WithCreate withOutputErrorPolicy​(OutputErrorPolicy outputErrorPolicy)
        Specifies the outputErrorPolicy property: Indicates the policy to apply to events that arrive at the output and cannot be written to the external storage due to being malformed (missing column values, column values of wrong type or size)..
        Parameters:
        outputErrorPolicy - Indicates the policy to apply to events that arrive at the output and cannot be written to the external storage due to being malformed (missing column values, column values of wrong type or size).
        Returns:
        the next definition stage.