Package com.cumulocity.sdk.client
Class ClientConfiguration
- java.lang.Object
-
- com.cumulocity.sdk.client.ClientConfiguration
-
public class ClientConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description ClientConfiguration()ClientConfiguration(PersistentProvider persistentProvider)ClientConfiguration(PersistentProvider persistentProvider, boolean asyncEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PersistentProvidergetPersistentProvider()booleanisAsyncEnabled()
-
-
-
Constructor Detail
-
ClientConfiguration
public ClientConfiguration()
-
ClientConfiguration
public ClientConfiguration(PersistentProvider persistentProvider)
-
ClientConfiguration
public ClientConfiguration(PersistentProvider persistentProvider, boolean asyncEnabled)
-
-
Method Detail
-
getPersistentProvider
public PersistentProvider getPersistentProvider()
-
isAsyncEnabled
public boolean isAsyncEnabled()
-
-