Exploring Object Store Connector
Object Store Connector is a Mule component that allows you to store a simple key-value pair. A key-value pair is a combination of two simple values where one is the key and the other is a value. The key is the unique identifier of the values stored.
The following are the operations of Object Store Connector. We can use these operations in order to manage our key-value pair:
- Store: To store the value using the key
- Retrieve: To retrieve the value stored using a specific key
- Retrieve All: To retrieve all the key-value pairs from the object store
- Retrieve All Keys: Lists all the keys that are available in the object store
- Contains: To check whether any value against the key is available in the object store or not
- Remove: To remove the value for a specific key from the object store
- Clear: To remove all the keys from the object store. In turn, all values will also be removed
Different types of Object Store
There...