This documentation is for WSO2 Complex Event Processor 2.0.0. View documentation for the latest release.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Current »

This will convert the incoming Tuple events (WSO2 Custom Data Bridge Events) to the appropriate CEP back end runtime events.

Tuple input mapping can fetch data from all three type of Tuple event data (Meta, Correlation and Payload) and convert then to the back end events.

Properties

These will defined how each element of the input event will be mapped with the back end runtime event.

Following information should be added when defining Tuple mapping properties.

  • Name - The property/attribute name of the back end runtime event to which the data element will be mapped
  • Input Name - The attribute name of the incoming event from which the data element to be mapped
  • Input Data Type - Tuple event data type (Meta Data, Correlation Data or Payload Data) on which the input attribute is defined
  • Type - Type of the element that is being mapped. This can be either of java.lang.String, java.lang.Integer, java.lang.Long or java.lang.Double

 

  • No labels