| Package | Description |
|---|---|
| org.mule.sdk.api.store |
| Modifier and Type | Method and Description |
|---|---|
<T extends ObjectStore<? extends Serializable>> |
ObjectStoreManager.createObjectStore(String name,
ObjectStoreSettings settings)
Creates and returns a new
ObjectStore, configured according to the state of the settings object. |
<T extends ObjectStore<? extends Serializable>> |
ObjectStoreManager.getObjectStore(String name)
Returns an
ObjectStore previously defined through the ObjectStoreManager.createObjectStore(String, ObjectStoreSettings) method. |
<T extends ObjectStore<? extends Serializable>> |
ObjectStoreManager.getOrCreateObjectStore(String name,
ObjectStoreSettings settings)
Returns the
ObjectStore of name if it has already been defined. |
Copyright © 2023. All rights reserved.