Skip to content

Commit

Permalink
Link update
Browse files Browse the repository at this point in the history
Link update
  • Loading branch information
Saket Sinha authored Sep 6, 2022
1 parent 7ebef4b commit 27be73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A transformer is a stateless processing object that takes inputs and converts th
Transformers transforms the previous xMessage from the user to one that needs to be sent next. It is essentially a microservice that based on the previous user action, returns a new xMessage that will then be shown to the user. This also enables conversion from one type
All inbound messages pass through a transformer. If a transformer is not assigned, then a null transformer is assigned to the xMessage. Since the current implementation of MessageRosa is only in Java, currently there is a limitation on the number of languages you can build the transformer on which right now is just Java.

More details can be found [here]([url](https://uci.sunbird.org/use/developer/uci-basics/transformers))
More details can be found here - https://uci.sunbird.org/use/developer/uci-basics/transformers

Simply put a transformer looks something like this
![image](https://user-images.githubusercontent.com/25716415/188440155-57ff1bbe-0a11-4362-bce7-cdd8b1f456a9.png)
Expand Down

0 comments on commit 27be73a

Please sign in to comment.