public abstract class StoreTransaction<T extends ChatStore>
extends java.lang.Object
StoreFactory implementation).| Constructor and Description |
|---|
StoreTransaction() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
execute(T store)
Provides
ChatStore created by StoreFactory implementation set during SDK initialisation. |
protected abstract void execute(T store)
ChatStore created by StoreFactory implementation set during SDK initialisation.
Every transaction should begin with ChatStore.beginTransaction() and end with ChatStore.endTransaction()store - ChatStore created by StoreFactory implementation.