public interface DefaultObjectStoreFactory
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.store.ObjectStore<Serializable> |
createDefaultInMemoryObjectStore()
Creates an in memory object store for mule components
|
org.mule.runtime.api.store.ObjectStore<Serializable> |
createDefaultPersistentObjectStore()
Creates a persistent object store for mule components
|
org.mule.runtime.api.store.ObjectStore<Serializable> |
createDefaultUserObjectStore()
Creates a persistent object store for custom components
|
org.mule.runtime.api.store.ObjectStore<Serializable> |
createDefaultUserTransientObjectStore()
Creates a transient object store for custom components
|
org.mule.runtime.api.store.ObjectStore<Serializable> createDefaultInMemoryObjectStore()
org.mule.runtime.api.store.ObjectStore<Serializable> createDefaultPersistentObjectStore()
org.mule.runtime.api.store.ObjectStore<Serializable> createDefaultUserObjectStore()
org.mule.runtime.api.store.ObjectStore<Serializable> createDefaultUserTransientObjectStore()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.