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