Dataweave How to enable streaming in Dataweave? Dataweave doesn’t enable the streaming by default and we have to explicitly direct it to pass the data as stream. This enable faster processing of data where large amount of data need to be processed Enable streaming while transforming and passing the data to next processor more…
Read MoreDataweave How to invoke the Custom Java Class from inside a Dataweave? Below is the example More info – https://mulesy.com/invoke-custom-java-class-using-dataweave How to access secure property inside Dataweave? By using p(‘secure::<property name>’) you can access the secure property defined as part of secure property file in mule application More info – https://mulesy.com/read-properties-in-mule-4 How to call…
Read More