Retrieve All Keys in Object Store Object Store connector provide an operation to retrieve all keys in object store in one go. We will retrieve the same keys which we have store in Store tutorial Create a flow which will use retrieve all key OS activity to get all existing keys from OS …
Read MoreRetrieve All in Object Store Object Store connector provide an operation retrieve all keys and it’s value from object store in one go. We will retrieve the same key/value which we have store in Store tutorial Create a flow which will use retrieve all OS activity to get all existing key/value from OS …
Read MoreRetrieve Values From Object Store In this tutorial we will demonstrate how can we Retrieve Values From Object Store for the key stored in object store Retrieve in Object Store operation will retrieve the value of the key stored in the Object Store. We will retrieve the same key which we have store in…
Read MoreContain in Object Store Contain in Object Store will return boolean true or false based on whether the key is present in the Object Store or not. We will retrieve the same key which we have store in Store tutorial Will accept key as http header and check if same key is available there…
Read MoreStore key-value in Object Store Store key-value in Object Store will store the value against the key in Object Store. As POC we will create an API which will accept the key as header and save the body as value in Object Store (OS). Drag and drop Object Store – Store activity in mule…
Read MoreObject Store Object store is a storage container which stores key-values information. Object Store can be persistent or non-persistent. Persistent OS are those which will not lose any information (key-value) in case of application restart where in non-persistent (key-value) information is lost. In Cloudhub/On-premise Object Store is used to store data temporarily and that…
Read More