Interface IExternalFlowEventMappingVisitor

All Known Implementing Classes:
ReportingExternalFlowEventMappingVisitor

public interface IExternalFlowEventMappingVisitor
* The external flow event event mapping visitor is used during initialization to add all the available external flow mappings to.
Since:
12.3
Author:
MihaiB
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method should be invoked for each external flow event mapping that needs to be added to the external flow mappings.
  • Method Details

    • accept

      void accept(IExternalFlowEventMappingDS datasource)
      This method should be invoked for each external flow event mapping that needs to be added to the external flow mappings.
      Parameters:
      datasource - Data source providing the information of a single external flow event mapping parameter.
      Throws:
      InitializationException - This exception is thrown when the external flow event mapping could not be added due to a fatal error.