Class OfflineClientsEndpoint


  • @Component
    @Path("/topics")
    public class OfflineClientsEndpoint
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.ws.rs.core.Response find​(java.lang.String topic)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • find

        @GET
        @Path("/{topic}/offline-clients-source")
        @Produces("application/json")
        public javax.ws.rs.core.Response find​(@PathParam("topic")
                                              java.lang.String topic)