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.| Modifier and Type | Method and Description |
|---|---|
void |
execute(Message m)
Replay the specified operation.
|
void execute(Message m) throws DisconnectedException
m - the message to replayDisconnectedException - Thrown when the client is not connected when attempting to replay the message.