public class SdkObjectStoreUtils extends Object
| Constructor and Description |
|---|
SdkObjectStoreUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.mule.runtime.api.store.ObjectStoreSettings |
convertToMuleObjectStoreSettings(org.mule.sdk.api.store.ObjectStoreSettings sdkObjectStoreSettings)
Converts the SDK api OS settings
ObjectStoreSettings into the corresponding Mule api OS
settings ObjectStoreSettings |
static org.mule.sdk.api.store.ObjectStoreSettings |
convertToSdkObjectStoreSettings(org.mule.runtime.api.store.ObjectStoreSettings muleObjectStoreSettings)
Converts the Mule object store settings
ObjectStoreSettings into the corresponding SDK api OS settings
ObjectStoreSettings. |
public static org.mule.runtime.api.store.ObjectStoreSettings convertToMuleObjectStoreSettings(org.mule.sdk.api.store.ObjectStoreSettings sdkObjectStoreSettings)
ObjectStoreSettings into the corresponding Mule api OS
settings ObjectStoreSettingssdkObjectStoreSettings - the SDK api OS settings to be convertedpublic static org.mule.sdk.api.store.ObjectStoreSettings convertToSdkObjectStoreSettings(org.mule.runtime.api.store.ObjectStoreSettings muleObjectStoreSettings)
ObjectStoreSettings into the corresponding SDK api OS settings
ObjectStoreSettings.muleObjectStoreSettings - the Mule api OS settings to be convertedCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.