public static interface Store.StoreReplayer
Store.replay(com.crankuptheamps.client.Store.StoreReplayer)
or Store.replaySingle(com.crankuptheamps.client.Store.StoreReplayer, long)
methods
to replay stored operations. The StoreReplayer is responsible for
publishing the operations to AMPS.void execute(Message m) throws DisconnectedException
m
- the message to replayDisconnectedException
- Thrown when the client is not connected when attempting to replay the message.