Transform Event
These actions provide ability to transform incoming event payload using various transformation classes.
Transform Event Actions
Transform
Applies the requested transformation on an event. Event metadata parameters applicable for this action are as follows:
Parameter
Definition
Example
Default
Class
Fully qualified name of the transformer class
com.rierino.handler.transform.ReducePayloadTransform
-
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"eventMeta": {
"type": "object",
"properties": {
"parameters": {
"type": "object",
"properties": {
"class": {
"type": "string",
"description": "Fully qualified name of the transformer class",
"examples": [
"com.rierino.handler.transform.ReducePayloadTransform"
],
"default": null
}
}
}
}
}
}
}Last updated
