Interface IMessageEventFieldVisitor


public interface IMessageEventFieldVisitor
This interface is used during the initialization of the message event.
Since:
9.1
Author:
A. Pragt
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method may be used to add a field to a message event.
  • Method Details

    • addField

      void addField(IMessageEventFieldDS datasource)
      This method may be used to add a field to a message event.
      Parameters:
      datasource - Datasource representing a datafield.
      Throws:
      InitializationException - This exception is thrown when the field information is invalid.