Uses of Interface
org.mule.sdk.api.store.ObjectStore
Packages that use ObjectStore
-
Uses of ObjectStore in org.mule.sdk.api.store
Methods in org.mule.sdk.api.store with type parameters of type ObjectStoreModifier and TypeMethodDescription<T extends ObjectStore<? extends Serializable>>
TObjectStoreManager.createObjectStore(String name, ObjectStoreSettings settings) Creates and returns a newObjectStore, configured according to the state of thesettingsobject.<T extends ObjectStore<? extends Serializable>>
TObjectStoreManager.getObjectStore(String name) Returns anObjectStorepreviously defined through theObjectStoreManager.createObjectStore(String, ObjectStoreSettings)method.<T extends ObjectStore<? extends Serializable>>
TObjectStoreManager.getOrCreateObjectStore(String name, ObjectStoreSettings settings) Returns theObjectStoreofnameif it has already been defined.