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 MoreAnypoint Exchange What is Anypoint Exchange in MuleSoft? Anypoint Exchange provides the benefit of being able to discover, share, and incorporate assets and resources into your applications. Anypoint Exchange helps you create API developer portals, view and test APIs, simulate data to APIs (Mocking Service), create assets, and use API Notebooks to describe and…
Read MoreMule Runtime What is runtime manager? Runtime manager is to deploy and manage mule application on mule runtime engine, where mule runtime is running on Cloudhub or on-premise or on RTF. By using runtime manage you can deploy/undeploy the mule app You can change the runtime version at any time You can increase/decrease…
Read MoreAnypoint Platform What is Anypoint Platform? Anypoint platform is highly productive, hybrid integration platform that creates an application network of app, data and devices by producing and consuming reusable assets. It is collection of Tools and Framework ( building application) and runtime for running application What are Anypoint Connectors in MuleSoft? Anypoint connectors are…
Read MoreDesign Center What is RAML? RAML stands for Restful API Modelling Language, RAML is a well-defined contract in a human readable format to actually exist as your source code it is open-specification language built on YAML 1.2 and JSON for describing Restful APIs. Restful API Modelling Language (RAML) makes it easy to manage the API lifecycle from…
Read More