Interface IExternalFlowEventMapping

All Known Implementing Classes:
ExternalFlowEventMapping

public interface IExternalFlowEventMapping
The mapping between a flow event (the flow event) from the implementation module to a flow event from the contract module (the contract event).
Since:
12.3
Author:
Petru Galanton
  • Method Details

    • getFlowEvent

      String getFlowEvent()
      Returns:
      the event from the implementation module (mapping source)
    • getContractEvent

      String getContractEvent()
      Returns:
      the event from the contract module (mapping target)