Class ProducerFlowElementInvoker

  • All Implemented Interfaces:
    org.ikasan.spec.configuration.Configured, org.ikasan.spec.configuration.ConfiguredResource, org.ikasan.spec.flow.FlowElementInvoker<org.ikasan.spec.component.endpoint.Producer>

    public class ProducerFlowElementInvoker
    extends AbstractFlowElementInvoker
    implements org.ikasan.spec.flow.FlowElementInvoker<org.ikasan.spec.component.endpoint.Producer>
    A default implementation of the FlowElementInvoker for a producer
    Author:
    Ikasan Development Team
    • Constructor Detail

      • ProducerFlowElementInvoker

        public ProducerFlowElementInvoker()
        Constructor
    • Method Detail

      • getInvokerType

        public java.lang.String getInvokerType()
        Specified by:
        getInvokerType in interface org.ikasan.spec.flow.FlowElementInvoker<org.ikasan.spec.component.endpoint.Producer>
      • invoke

        public org.ikasan.spec.flow.FlowElement invoke​(java.util.List<org.ikasan.spec.flow.FlowEventListener> flowEventListeners,
                                                       java.lang.String moduleName,
                                                       java.lang.String flowName,
                                                       org.ikasan.spec.flow.FlowInvocationContext flowInvocationContext,
                                                       org.ikasan.spec.flow.FlowEvent flowEvent,
                                                       org.ikasan.spec.flow.FlowElement<org.ikasan.spec.component.endpoint.Producer> flowElement)
        Specified by:
        invoke in interface org.ikasan.spec.flow.FlowElementInvoker<org.ikasan.spec.component.endpoint.Producer>