@Component @Path(value="/topics") public class OfflineClientsEndpoint extends java.lang.Object
javax.ws.rs.core.Response
find(java.lang.String topic)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@GET @Path(value="/{topic}/offline-clients") @Produces(value="application/json") public javax.ws.rs.core.Response find(@PathParam(value="topic") java.lang.String topic)