Uses of Class
org.mule.sdk.api.store.ObjectStoreSettings.Builder
Packages that use ObjectStoreSettings.Builder
-
Uses of ObjectStoreSettings.Builder in org.mule.sdk.api.store
Methods in org.mule.sdk.api.store that return ObjectStoreSettings.BuilderModifier and TypeMethodDescriptionstatic ObjectStoreSettings.BuilderObjectStoreSettings.builder()Sets the entry timeout in milliseconds.ObjectStoreSettings.Builder.expirationInterval(Long expirationInterval) Sets how frequently should the expiration thread run.ObjectStoreSettings.Builder.maxEntries(Integer maxEntries) Sets the max number of entries allowed.ObjectStoreSettings.Builder.persistent(boolean persistent) Sets whether the store should be persistent or transient.