Interface IExternalFlowDefinition

All Known Implementing Classes:
ExternalFlowDefinition

public interface IExternalFlowDefinition
The definition of an external flow, consisting of a contract name, data mapping name and a set of event mappings.
Since:
12.3
Author:
Petru Galanton
  • Method Details

    • getContractName

      String getContractName()
      Returns:
      the name of the contract of this external flow
    • getMappingName

      String getMappingName()
      Returns:
      the name of the data mapping executed before and after this external flow
    • getEventMappings

      List<IExternalFlowEventMapping> getEventMappings()
      Returns:
      the event mappings of this external flow