public abstract class AbstractObjectStoreBacked<T extends Serializable> extends Object
| Constructor and Description |
|---|
AbstractObjectStoreBacked() |
| Modifier and Type | Method and Description |
|---|---|
protected T |
getFromObjectStore(String key,
org.mule.runtime.api.store.ObjectStore<T> objectStore) |
protected void |
putInObjectStore(String key,
T value,
org.mule.runtime.api.store.ObjectStore<T> objectStore) |
protected void |
putInObjectStore(String key,
T value,
org.mule.runtime.api.store.ObjectStore<T> objectStore,
boolean failIfPresent) |
protected T |
removeFromObjectStore(String key,
org.mule.runtime.api.store.ObjectStore<T> objectStore) |
protected T getFromObjectStore(String key, org.mule.runtime.api.store.ObjectStore<T> objectStore)
protected void putInObjectStore(String key, T value, org.mule.runtime.api.store.ObjectStore<T> objectStore)
protected void putInObjectStore(String key, T value, org.mule.runtime.api.store.ObjectStore<T> objectStore, boolean failIfPresent) throws org.mule.runtime.api.store.ObjectAlreadyExistsException
org.mule.runtime.api.store.ObjectAlreadyExistsExceptionCopyright © 2019 MuleSoft, Inc.. All rights reserved.