Map Input Mapping
This will convert the incoming Map events (java.util.Map) to the appropriate CEP back end runtime 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 Map mapping properties.
- Name - The property/attribute name of the back end runtime event to which the data element will be mapped
- Input Name - The key of the incoming Map event from which the data element to be mapped
- Type - Type of the element that is being mapped. This can be either of java.lang.String, java.lang.Integer, java.lang.Long, java.lang.Float or java.lang.Double
Â