public class RosettaObjectStoreManager extends Object implements org.mule.runtime.api.store.ObjectStoreManager
| Modifier and Type | Method and Description |
|---|---|
<T extends org.mule.runtime.api.store.ObjectStore<? extends Serializable>> |
createObjectStore(String s,
org.mule.runtime.api.store.ObjectStoreSettings objectStoreSettings) |
void |
disposeStore(String s) |
<T extends org.mule.runtime.api.store.ObjectStore<? extends Serializable>> |
getObjectStore(String s) |
<T extends org.mule.runtime.api.store.ObjectStore<? extends Serializable>> |
getOrCreateObjectStore(String s,
org.mule.runtime.api.store.ObjectStoreSettings objectStoreSettings) |
public <T extends org.mule.runtime.api.store.ObjectStore<? extends Serializable>> T getObjectStore(String s)
getObjectStore in interface org.mule.runtime.api.store.ObjectStoreManagerpublic <T extends org.mule.runtime.api.store.ObjectStore<? extends Serializable>> T createObjectStore(String s, org.mule.runtime.api.store.ObjectStoreSettings objectStoreSettings)
createObjectStore in interface org.mule.runtime.api.store.ObjectStoreManagerpublic <T extends org.mule.runtime.api.store.ObjectStore<? extends Serializable>> T getOrCreateObjectStore(String s, org.mule.runtime.api.store.ObjectStoreSettings objectStoreSettings)
getOrCreateObjectStore in interface org.mule.runtime.api.store.ObjectStoreManagerpublic void disposeStore(String s) throws org.mule.runtime.api.store.ObjectStoreException
disposeStore in interface org.mule.runtime.api.store.ObjectStoreManagerorg.mule.runtime.api.store.ObjectStoreExceptionCopyright © 2025 MuleSoft, Inc.. All rights reserved.