Class ConsoleOutProcessor

java.lang.Object
net.simplace.pipe.control.FWProcessor
net.simplace.pipe.processors.ConsoleOutProcessor

public final class ConsoleOutProcessor extends FWProcessor
Processor that prints messages to the Log If a parameter "message" is supplied, its value will be printed. Otherwise, the content of the pipeline will be printed.
Parameter Description
message (optional) give a message with ${xxx} Paramers and it will be posted to log
requestForGoOn (optional) setting this parameter to true stops the process with a user input request
error (optional) give an error message with ${xxx} Paramers and it will be thrown as a PipeLine exception
Author:
Andreas Enders
  • Constructor Details

    • ConsoleOutProcessor

      public ConsoleOutProcessor()
  • Method Details