|
Beamable SDK
|
Classes | |
| class | BatchContainer |
| Batch container. This is a basic batch container. More... | |
| class | BatchManager |
| Batch manager. This generic class manages the business logic which determines how and when a batch is expired. More... | |
| interface | IBatchContainer |
| Batch Container Interface Batch containers encapsulate the data of a batch More... | |
| class | PersistentBatchManager |
| Persistent Batch Manager. Subclass of BatchManager that adds the ability to persist batches to disk and restore from disk This BatchManager enforces that type T is a JsonSerializable.ISerializable More... | |
| class | SerializableBatch |
| Serializable batch. This is a specialized BatchContainer which is JSON Serializable All elements T added to it must be JSON Serializable More... | |