Transform Event

This handler (com.rierino.handler.TransformEventHandler) provides ability to transform incoming event payload using various transformation classes.

Handler Parameters

This handler requires no parameters.

Actions

Transform

Applies 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

-

All transformer classes available in saga flows can be used with this handler, making it possible to distribute resource consuming transformations to different runners.

Last updated