Class ProducerTemplateFunc

  • All Implemented Interfaces:
    io.operon.runner.OperonFunction

    public class ProducerTemplateFunc
    extends Object
    implements io.operon.runner.OperonFunction
    • Constructor Detail

      • ProducerTemplateFunc

        public ProducerTemplateFunc​(org.apache.camel.ProducerTemplate pt,
                                    org.apache.camel.Exchange ex)
    • Method Detail

      • execute

        public io.operon.runner.node.type.OperonValue execute​(io.operon.runner.statement.Statement stmt,
                                                              io.operon.runner.node.type.OperonValue params)
                                                       throws io.operon.runner.model.exception.OperonGenericException
        Specified by:
        execute in interface io.operon.runner.OperonFunction
        Throws:
        io.operon.runner.model.exception.OperonGenericException
      • setProducerTemplate

        public void setProducerTemplate​(org.apache.camel.ProducerTemplate pt)