Documentation
Related Topics
Labels
Documentation Downloads
All Versions
Using Transactions
Transaction processing:
- Allows job requests to be queued for processing, thereby increasing the number of requests that Akula can handle simultaneously.
- Acts as a guarantee that the request is only processed once, allowing responses to be picked up later if mobile connectivity is lost during processing.
A Client submits a "transaction id" when making the request. The "transaction id" is used to look up the status of the request process, and get its result when completed.
This section covers the following topics:
Client API
AKTransactionServerAgent
Android
iOS
AKTransactionStatus