Disconnect Handling
Every distributed system will experience occasional disconnections between one or more nodes. The reliability of the overall system depends on an application's ability to efficiently detect and recover from these disconnections. Using the AMPS Java client's disconnect handling, you can build powerful applications that are resilient in the face of connection failures and spurious disconnects.
Last updated