Uses of Class
org.mule.sdk.api.store.ObjectStoreSettings
Packages that use ObjectStoreSettings
-
Uses of ObjectStoreSettings in org.mule.sdk.api.store
Methods in org.mule.sdk.api.store that return ObjectStoreSettingsModifier and TypeMethodDescriptionObjectStoreSettings.Builder.build()Returns the built settings object.static ObjectStoreSettingsObjectStoreSettings.unmanagedPersistent()Creates a newObjectStoreSettingsinstance which describes a persistent store with no expiration or boundaries.static ObjectStoreSettingsObjectStoreSettings.unmanagedTransient()Creates a newObjectStoreSettingsinstance which describes a transient store with no expiration or boundaries.Methods in org.mule.sdk.api.store with parameters of type ObjectStoreSettingsModifier 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.getOrCreateObjectStore(String name, ObjectStoreSettings settings) Returns theObjectStoreofnameif it has already been defined.