Event processing wrapper template

The event processing wrapper template is made up of the following files:
  • EventProcessingWrapper.msgflow (see EventProcessingWrapper.msgflow)
  • MappersAndActions.msgflow (see MappersAndActions.subflow)
Figure 1. EventProcessingWrapper.msgflow
EventProcessingWrapper.msgflow
Figure 2. MappersAndActions.subflow
MappersAndActions.subflow

An event processing wrapper links the event processing message flow to the input and output nodes. It can also include mappers and actions that the event processing message flow calls. It might require no customization, because the customizable properties might have been set in the BAR file.

MappersAndActions.subflow includes the action and mapper containers that are used by the event processing message flow. In the template, the following containers are have been included as an example:
  • Actions template (see ActionContainer_Template.msgflow)
  • Outbound mappers template (see OutboundMapperContainer.subflow)
The event processing wrapper message flow does not require inbound mappers.
Figure 3. ActionContainer_Template.msgflow
ActionContainer_Template.msgflow
Figure 4. OutboundMapperContainer.subflow
OutboundMapperContainer.subflow