Class MultiRecipientRouterFlowElementInvoker

    • Constructor Detail

      • MultiRecipientRouterFlowElementInvoker

        public MultiRecipientRouterFlowElementInvoker​(org.ikasan.spec.event.ReplicationFactory<org.ikasan.spec.flow.FlowEvent<?,​?>> replicationFactory,
                                                      MultiRecipientRouterInvokerConfiguration configuration)
        Constructor
        Parameters:
        replicationFactory -
      • MultiRecipientRouterFlowElementInvoker

        public MultiRecipientRouterFlowElementInvoker()
        Constructor
    • Method Detail

      • getInvokerType

        public java.lang.String getInvokerType()
        Specified by:
        getInvokerType in interface org.ikasan.spec.flow.FlowElementInvoker<org.ikasan.spec.component.routing.MultiRecipientRouter>
      • 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.routing.MultiRecipientRouter> flowElement)
        Specified by:
        invoke in interface org.ikasan.spec.flow.FlowElementInvoker<org.ikasan.spec.component.routing.MultiRecipientRouter>