Class DefaultFlowConfiguration

  • All Implemented Interfaces:
    org.ikasan.spec.flow.FlowConfiguration

    public class DefaultFlowConfiguration
    extends AbstractFlowConfiguration
    implements org.ikasan.spec.flow.FlowConfiguration
    Default implementation of a Flow
    Author:
    Ikasan Development Team
    • Constructor Detail

      • DefaultFlowConfiguration

        public DefaultFlowConfiguration​(org.ikasan.spec.flow.FlowElement<org.ikasan.spec.component.endpoint.Consumer> consumerFlowElement,
                                        org.ikasan.spec.configuration.ConfigurationService configurationService,
                                        org.ikasan.spec.resubmission.ResubmissionService resubmisionService,
                                        org.ikasan.spec.replay.ReplayRecordService replayRecordService)
        Constructor
        Parameters:
        consumerFlowElement -
        configurationService -
        resubmisionService -
    • Method Detail

      • getConsumerFlowElement

        public org.ikasan.spec.flow.FlowElement<org.ikasan.spec.component.endpoint.Consumer> getConsumerFlowElement()
        Specified by:
        getConsumerFlowElement in interface org.ikasan.spec.flow.FlowConfiguration