Interface IExitEventVisitor

All Known Implementing Classes:
ExitEventVisitorXml, ExitEventVisitorXml, ServiceExitVisitor

public interface IExitEventVisitor
This visitor is used during initialization to gather the exit events of a service call definition.
Since:
7.1
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addExitEvent(String typeName, String eventName)
    This method should be invoked to register an exit event for the service call.
  • Method Details

    • addExitEvent

      void addExitEvent(String typeName, String eventName)
      This method should be invoked to register an exit event for the service call.
      Parameters:
      typeName - The name of the exit event as defined by the service type.
      eventName - The name of the event as used in the flow.