@POST
@Path("/producerTest")
@Produces({MediaType.APPLICATION_JSON})
public String TestUpdate() throws InterruptedException {
Producer p = new Producer();
p.scheduleIncrementalUpdates();
return gson.toJson(null);
}
@ApiModel
public class HistoryCompleteModel {